SmartCardCryptogramStorageKeyCapabilities Enum

Definition

Defines cryptogram storage key capabilities.

This enumeration supports a bitwise combination of its member values.

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
Inheritance
SmartCardCryptogramStorageKeyCapabilities
Attributes

Windows requirements

Device family
Windows Mobile Extension SDK (introduced in 10.0.10586.0)
API contract
Windows.Devices.SmartCards.SmartCardEmulatorContract (introduced in v2.0)

Fields

HardwareProtection 1

The storage key has hardware protection.

None 0

The storage key has none of the capabilities defined in this enumeration.

UnlockPrompt 2

The storage key requires a gesture prior to being used in any cryptographic operation.

Applies to

See also