次の方法で共有


AttestationType 構造体

定義

AttestationType。

public readonly struct AttestationType : IEquatable<Azure.Security.Attestation.AttestationType>
type AttestationType = struct
Public Structure AttestationType
Implements IEquatable(Of AttestationType)
継承
AttestationType
実装

コンストラクター

AttestationType(String)

2 つの AttestationType 値が同じかどうかを判断します。

プロパティ

OpenEnclave

SGX への OpenEnclave 拡張機能。

SgxEnclave

Intel Software Guard eXtensions。

Tpm

Edge TPM 仮想化ベースのセキュリティ。

メソッド

Equals(AttestationType)

現在のオブジェクトが、同じ型の別のオブジェクトと等しいかどうかを示します。

ToString()

このインスタンスの完全修飾型名を返します。

演算子

Equality(AttestationType, AttestationType)

2 つの AttestationType 値が同じかどうかを判断します。

Implicit(String to AttestationType)

文字列を AttestationType に変換します。

Inequality(AttestationType, AttestationType)

2 つの AttestationType 値が同じでないかどうかを判断します。

適用対象