SmartCardCryptogramStorageKeyCapabilities 枚举

定义

定义加密语法存储密钥功能。

此枚举支持其成员值的按位组合。

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

Windows 要求

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

字段

HardwareProtection 1

存储密钥具有硬件保护。

None 0

存储密钥没有在此枚举中定义的功能。

UnlockPrompt 2

存储密钥需要手势才能用于任何加密操作。

适用于

另请参阅