SmartCardCryptogramMaterialProtectionMethod 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
定义 cryptogram 材料保护方法。
public enum class SmartCardCryptogramMaterialProtectionMethod
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Devices.SmartCards.SmartCardEmulatorContract, 262144)]
enum class SmartCardCryptogramMaterialProtectionMethod
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Devices.SmartCards.SmartCardEmulatorContract), 262144)]
public enum SmartCardCryptogramMaterialProtectionMethod
var value = Windows.Devices.SmartCards.SmartCardCryptogramMaterialProtectionMethod.none
Public Enum SmartCardCryptogramMaterialProtectionMethod
- 继承
-
SmartCardCryptogramMaterialProtectionMethod
- 属性
Windows 要求
设备系列 |
Windows Mobile Extension SDK (在 10.0.15063.0 中引入)
|
API contract |
Windows.Devices.SmartCards.SmartCardEmulatorContract (在 v4.0 中引入)
|
字段
名称 | 值 | 说明 |
---|---|---|
None | 0 | 不要保护加密语法材料。 |
WhiteBoxing | 1 | 通过白盒保护加密语法材料。 |