SmartCardCryptogramStorageKeyCapabilities SmartCardCryptogramStorageKeyCapabilities SmartCardCryptogramStorageKeyCapabilities SmartCardCryptogramStorageKeyCapabilities Enum

Definition

Defines cryptogram storage key capabilities.

This enumeration has a System.FlagsAttribute attribute that allows a bitwise combination of its member values.

public : enum class SmartCardCryptogramStorageKeyCapabilitiespublic enum SmartCardCryptogramStorageKeyCapabilitiesPublic Enum SmartCardCryptogramStorageKeyCapabilities// You can use this enum in JavaScript.
Attributes
System.FlagsAttribute ContractVersionAttribute
Windows 10 requirements
Device family
Windows Mobile Extension SDK (introduced v10.0.10586.0)
API contract
Windows.Devices.SmartCards.SmartCardEmulatorContract (introduced v2)

Fields

HardwareProtection HardwareProtection HardwareProtection HardwareProtection

The storage key has hardware protection.

None None None None

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

UnlockPrompt UnlockPrompt UnlockPrompt UnlockPrompt

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

See Also