SmartCardCryptogramGeneratorOperationStatus 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
定義密碼編譯器產生器方法的狀態。
public enum class SmartCardCryptogramGeneratorOperationStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Devices.SmartCards.SmartCardEmulatorContract, 131072)]
enum class SmartCardCryptogramGeneratorOperationStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Devices.SmartCards.SmartCardEmulatorContract), 131072)]
public enum SmartCardCryptogramGeneratorOperationStatus
var value = Windows.Devices.SmartCards.SmartCardCryptogramGeneratorOperationStatus.success
Public Enum SmartCardCryptogramGeneratorOperationStatus
- 繼承
-
SmartCardCryptogramGeneratorOperationStatus
- 屬性
Windows 需求
裝置系列 |
Windows Mobile Extension SDK (已於 10.0.10586.0 引進)
|
API contract |
Windows.Devices.SmartCards.SmartCardEmulatorContract (已於 v2.0 引進)
|
欄位
ApduResponseNotSent | 10 | 未傳送 APDU 回應。 |
AuthorizationCanceled | 2 | 授權已取消。 |
AuthorizationFailed | 1 | 授權失敗。 |
AuthorizationRequired | 3 | 需要授權。 |
CryptogramMaterialPackageStorageKeyExists | 4 | 密碼編譯器材料套件儲存金鑰已經存在。 |
InvalidCryptogramMaterialUsage | 9 | 密碼編譯器資料使用方式無效。 |
NoCryptogramMaterialPackage | 6 | 沒有密碼編譯報材質套件。 |
NoCryptogramMaterialPackageStorageKey | 5 | 沒有密碼編譯報材料套件儲存金鑰。 |
NotSupported | 13 | 不支援此作業。 |
OtherError | 11 | 發生未知的錯誤。 |
Success | 0 | 作業順利完成。 |
UnknownCryptogramMaterialName | 8 | 開啟封裝時找不到指定的材質名稱。 |
UnsupportedCryptogramMaterialPackage | 7 | 不支援 cryptogram 材質套件。 |
ValidationFailed | 12 | 驗證失敗。 |
備註
版本歷程記錄
Windows 版本 | SDK 版本 | 已新增值 |
---|---|---|
1703 | 15063 | ValidationFailed |
1709 | 16299 | NotSupported |