你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AttestationMechanismType 枚举

定义

设备预配服务证明机制的类型。

[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 证明机制。

适用于