Partager via


SmartCardCryptogramStorageKeyAlgorithm Énumération

Définition

Définit les algorithmes de clé de stockage de cryptogramme.

public enum class SmartCardCryptogramStorageKeyAlgorithm
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Devices.SmartCards.SmartCardEmulatorContract, 131072)]
enum class SmartCardCryptogramStorageKeyAlgorithm
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Devices.SmartCards.SmartCardEmulatorContract), 131072)]
public enum SmartCardCryptogramStorageKeyAlgorithm
var value = Windows.Devices.SmartCards.SmartCardCryptogramStorageKeyAlgorithm.none
Public Enum SmartCardCryptogramStorageKeyAlgorithm
Héritage
SmartCardCryptogramStorageKeyAlgorithm
Attributs

Configuration requise pour Windows

Famille d’appareils
Windows Mobile Extension SDK (introduit dans 10.0.10586.0)
API contract
Windows.Devices.SmartCards.SmartCardEmulatorContract (introduit dans v2.0)

Champs

None 0

La clé de stockage n’est pas chiffrée.

Rsa2048 1

La clé de stockage est chiffrée par RSA-2048.

S’applique à

Voir aussi