SmartCardCryptographicKeyAttestationStatus SmartCardCryptographicKeyAttestationStatus SmartCardCryptographicKeyAttestationStatus SmartCardCryptographicKeyAttestationStatus Enum

Definition

Defines the attestation status of a key.

public : enum class SmartCardCryptographicKeyAttestationStatuspublic enum SmartCardCryptographicKeyAttestationStatusPublic Enum SmartCardCryptographicKeyAttestationStatus// You can use this enum in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows Mobile Extension SDK (introduced v10.0.10586.0)
API contract
Windows.Devices.SmartCards.SmartCardEmulatorContract (introduced v2)

Fields

NoAttestation NoAttestation NoAttestation NoAttestation

The key has no attestation.

SoftwareKeyWithoutTpm SoftwareKeyWithoutTpm SoftwareKeyWithoutTpm SoftwareKeyWithoutTpm

The key is a software key on a device without a TPM.

SoftwareKeyWithTpm SoftwareKeyWithTpm SoftwareKeyWithTpm SoftwareKeyWithTpm

The key is a software key on a device with a TPM.

TpmKeyUnknownAttestationStatus TpmKeyUnknownAttestationStatus TpmKeyUnknownAttestationStatus TpmKeyUnknownAttestationStatus

The TPM supporting the key has an unknown attestation status.

TpmKeyWithAttestation TpmKeyWithAttestation TpmKeyWithAttestation TpmKeyWithAttestation

The key is a TPM key with attestation.

TpmKeyWithLongTermAttestationFailure TpmKeyWithLongTermAttestationFailure TpmKeyWithLongTermAttestationFailure TpmKeyWithLongTermAttestationFailure

The key is a TPM key with a long term attestation failure.

TpmKeyWithoutAttestationCapability TpmKeyWithoutAttestationCapability TpmKeyWithoutAttestationCapability TpmKeyWithoutAttestationCapability

The key is a TPM key on a device that does not have the ability to provide attestation.

TpmKeyWithTemporaryAttestationFailure TpmKeyWithTemporaryAttestationFailure TpmKeyWithTemporaryAttestationFailure TpmKeyWithTemporaryAttestationFailure

The key is a TPM key with a temporary attestation failure.

See Also