SmartCardCryptogramStorageKeyAlgorithm 枚举

定义

定义加密语法存储密钥算法。

public enum class SmartCardCryptogramStorageKeyAlgorithm
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Devices.SmartCards.SmartCardEmulatorContract, 131072)]
enum class SmartCardCryptogramStorageKeyAlgorithm
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Devices.SmartCards.SmartCardEmulatorContract), 131072)]
public enum SmartCardCryptogramStorageKeyAlgorithm
var value = Windows.Devices.SmartCards.SmartCardCryptogramStorageKeyAlgorithm.none
Public Enum SmartCardCryptogramStorageKeyAlgorithm
继承
SmartCardCryptogramStorageKeyAlgorithm
属性

Windows 要求

设备系列
Windows Mobile Extension SDK (在 10.0.10586.0 中引入)
API contract
Windows.Devices.SmartCards.SmartCardEmulatorContract (在 v2.0 中引入)

字段

None 0

存储密钥未加密。

Rsa2048 1

存储密钥由 RSA-2048 加密。

适用于

另请参阅