Condividi tramite


AttestationMechanismType Enum

Definition

Type of Device Provisioning Service attestation mechanism.

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum AttestationMechanismType
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type AttestationMechanismType = 
Public Enum AttestationMechanismType
Inheritance
AttestationMechanismType
Attributes
Newtonsoft.Json.JsonConverterAttribute

Fields

None 0

None attestation mechanism.

SymmetricKey 2

Symmetric Key attestation mechanism

Tpm 3

TPM attestation mechanism

X509 1

x509 attestation mechanism.

Applies to