SmartCardCryptographicKeyAttestationStatus Enumeration

Definition

Definiert den Nachweis status eines Schlüssels.

public enum class SmartCardCryptographicKeyAttestationStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Devices.SmartCards.SmartCardEmulatorContract, 131072)]
enum class SmartCardCryptographicKeyAttestationStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Devices.SmartCards.SmartCardEmulatorContract), 131072)]
public enum SmartCardCryptographicKeyAttestationStatus
var value = Windows.Devices.SmartCards.SmartCardCryptographicKeyAttestationStatus.noAttestation
Public Enum SmartCardCryptographicKeyAttestationStatus
Vererbung
SmartCardCryptographicKeyAttestationStatus
Attribute

Windows-Anforderungen

Gerätefamilie
Windows Mobile Extension SDK (eingeführt in 10.0.10586.0)
API contract
Windows.Devices.SmartCards.SmartCardEmulatorContract (eingeführt in v2.0)

Felder

NoAttestation 0

Der Schlüssel hat keinen Nachweis.

SoftwareKeyWithoutTpm 1

Der Schlüssel ist ein Softwareschlüssel auf einem Gerät ohne TPM.

SoftwareKeyWithTpm 2

Der Schlüssel ist ein Softwareschlüssel auf einem Gerät mit einem TPM.

TpmKeyUnknownAttestationStatus 3

Das TPM, das den Schlüssel unterstützt, weist einen unbekannten Nachweis status auf.

TpmKeyWithAttestation 7

Der Schlüssel ist ein TPM-Schlüssel mit Nachweis.

TpmKeyWithLongTermAttestationFailure 6

Der Schlüssel ist ein TPM-Schlüssel mit einem langfristigen Nachweisfehler.

TpmKeyWithoutAttestationCapability 4

Der Schlüssel ist ein TPM-Schlüssel auf einem Gerät, das keine Nachweise bereitstellen kann.

TpmKeyWithTemporaryAttestationFailure 5

Der Schlüssel ist ein TPM-Schlüssel mit einem temporären Nachweisfehler.

Gilt für:

Weitere Informationen