共用方式為


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

儲存金鑰需要手勢,才能用於任何密碼編譯作業。

適用於

另請參閱