共用方式為


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 金鑰。

適用於

另請參閱