SmartCardCryptogramGeneratorOperationStatus 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
定义 cryptogram 生成器方法的状态。
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 | cryptogram 材料包存储密钥已存在。 |
InvalidCryptogramMaterialUsage | 9 | 加密语法材料使用无效。 |
NoCryptogramMaterialPackage | 6 | 没有 cryptogram 材料包。 |
NoCryptogramMaterialPackageStorageKey | 5 | 没有 cryptogram 材料包存储密钥。 |
NotSupported | 13 | 此操作不受支持。 |
OtherError | 11 | 出现未知错误。 |
Success | 0 | 操作已成功完成。 |
UnknownCryptogramMaterialName | 8 | 打开包时找不到指定的材料名称。 |
UnsupportedCryptogramMaterialPackage | 7 | 不支持 cryptogram 材料包。 |
ValidationFailed | 12 | 验证失败。 |
注解
版本历史记录
Windows 版本 | SDK 版本 | 已添加值 |
---|---|---|
1703 | 15063 | ValidationFailed |
1709 | 16299 | NotSupported |