SmartCardCryptographicKeyAttestationStatus 列挙型

定義

キーの構成証明の状態を定義します。

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
継承
SmartCardCryptographicKeyAttestationStatus
属性

Windows の要件

デバイス ファミリ
Windows Mobile Extension SDK (10.0.10586.0 で導入)
API contract
Windows.Devices.SmartCards.SmartCardEmulatorContract (v2.0 で導入)

フィールド

NoAttestation 0

キーには構成証明がありません。

SoftwareKeyWithoutTpm 1

キーは、TPM を使用しないデバイス上のソフトウェア キーです。

SoftwareKeyWithTpm 2

キーは、TPM を搭載したデバイス上のソフトウェア キーです。

TpmKeyUnknownAttestationStatus 3

キーをサポートする TPM の構成証明の状態が不明です。

TpmKeyWithAttestation 7

キーは、構成証明を含む TPM キーです。

TpmKeyWithLongTermAttestationFailure 6

キーは、長期的な構成証明エラーを含む TPM キーです。

TpmKeyWithoutAttestationCapability 4

キーは、構成証明を提供できないデバイス上の TPM キーです。

TpmKeyWithTemporaryAttestationFailure 5

キーは、一時的な構成証明エラーが発生した TPM キーです。

適用対象

こちらもご覧ください