SmartCardCryptographicKeyAttestationStatus 列挙型
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
キーの構成証明の状態を定義します。
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 キーです。 |