SmartCardCryptogramAlgorithm 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
定义加密语法放置步骤的加密语法生成算法。
public enum class SmartCardCryptogramAlgorithm
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Devices.SmartCards.SmartCardEmulatorContract, 131072)]
enum class SmartCardCryptogramAlgorithm
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Devices.SmartCards.SmartCardEmulatorContract), 131072)]
public enum SmartCardCryptogramAlgorithm
var value = Windows.Devices.SmartCards.SmartCardCryptogramAlgorithm.none
Public Enum SmartCardCryptogramAlgorithm
- 继承
-
SmartCardCryptogramAlgorithm
- 属性
Windows 要求
设备系列 |
Windows Mobile Extension SDK (在 10.0.10586.0 中引入)
|
API contract |
Windows.Devices.SmartCards.SmartCardEmulatorContract (在 v2.0 中引入)
|
字段
CbcMac | 1 | 使用加密块链接消息身份验证代码 (CBC-MAC) 算法。 |
Cvc3MD | 4 | 使用 CVC3-MD 算法。 |
Cvc3Umd | 2 | 使用 CVC3-UMD 算法。 |
DecimalizedMsd | 3 | 使用小数化的 MSD 算法。 |
None | 0 | 请勿使用任何算法。 |
RsaPkcs1 | 7 | 使用 Public-Key 加密标准 1 (PKCS) RSA 算法。 |
Sha1 | 5 | 使用 SHA-1 算法。 |
Sha256Hmac | 8 | 使用 SHA-256 HMAC 算法。 |
SignedDynamicApplicationData | 6 | 使用已签名的动态应用程序数据算法。 |
注解
版本历史记录
Windows 版本 | SDK 版本 | 增值 |
---|---|---|
1703 | 15063 | Sha256Hmac |