SmartCardCryptogramStorageKeyAlgorithm SmartCardCryptogramStorageKeyAlgorithm SmartCardCryptogramStorageKeyAlgorithm SmartCardCryptogramStorageKeyAlgorithm Enum

Definition

Defines cryptogram storage key algorithms.

public : enum class SmartCardCryptogramStorageKeyAlgorithmpublic enum SmartCardCryptogramStorageKeyAlgorithmPublic Enum SmartCardCryptogramStorageKeyAlgorithm// You can use this enum in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows Mobile Extension SDK (introduced v10.0.10586.0)
API contract
Windows.Devices.SmartCards.SmartCardEmulatorContract (introduced v2)

Fields

None None None None

The storage key is not encrypted.

Rsa2048 Rsa2048 Rsa2048 Rsa2048

The storage key is encrypted by RSA-2048.

See Also