SmartCardCryptogramStorageKeyCapabilities 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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 | 儲存金鑰需要手勢,才能用於任何密碼編譯作業。 |