SmartCardCryptogramStorageKeyCapabilities 列挙型

定義

Cryptogram ストレージ キー機能を定義します。

この列挙体は、メンバー値のビットごとの組み合わせをサポートしています。

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

ストレージ キーには、暗号化操作で使用される前にジェスチャが必要です。

適用対象

こちらもご覧ください