次の方法で共有


AttestationMechanismType 列挙型

定義

Device Provisioning Service 構成証明メカニズムの種類。

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum AttestationMechanismType
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type AttestationMechanismType = 
Public Enum AttestationMechanismType
継承
AttestationMechanismType
属性
Newtonsoft.Json.JsonConverterAttribute

フィールド

None 0

構成証明のメカニズムはありません。

SymmetricKey 2

対称キー構成証明メカニズム

Tpm 3

TPM 構成証明メカニズム

X509 1

x509 構成証明メカニズム。

適用対象