SmartCardCryptogramMaterialType 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
定义加密语法材料类型。
public enum class SmartCardCryptogramMaterialType
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Devices.SmartCards.SmartCardEmulatorContract, 131072)]
enum class SmartCardCryptogramMaterialType
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Devices.SmartCards.SmartCardEmulatorContract), 131072)]
public enum SmartCardCryptogramMaterialType
var value = Windows.Devices.SmartCards.SmartCardCryptogramMaterialType.none
Public Enum SmartCardCryptogramMaterialType
- 继承
-
SmartCardCryptogramMaterialType
- 属性
Windows 要求
设备系列 |
Windows Mobile Extension SDK (在 10.0.10586.0 中引入)
|
API contract |
Windows.Devices.SmartCards.SmartCardEmulatorContract (在 v2.0 中引入)
|
字段
Aes | 3 | 材料是使用 AES 生成的数据。 |
None | 0 | 材料没有数据类型。 |
RsaPkcs1 | 4 | 材料是根据 PKCS #1 使用 RSA 生成的数据 |
StaticDataAuthentication | 1 | 材料是用于身份验证的静态数据。 |
TripleDes112 | 2 | 材料数据是使用 TripleDes112 生成的。 |