SmartCardCryptogramGeneratorOperationStatus 列舉

定義

定義密碼編譯器產生器方法的狀態。

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

適用於

另請參閱