SmartCardCryptogramStorageKeyAlgorithm Enumeration

Definition

Definiert Kryptogrammspeicherschlüsselalgorithmen.

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
Vererbung
SmartCardCryptogramStorageKeyAlgorithm
Attribute

Windows-Anforderungen

Gerätefamilie
Windows Mobile Extension SDK (eingeführt in 10.0.10586.0)
API contract
Windows.Devices.SmartCards.SmartCardEmulatorContract (eingeführt in v2.0)

Felder

None 0

Der Speicherschlüssel ist nicht verschlüsselt.

Rsa2048 1

Der Speicherschlüssel wird mit RSA-2048 verschlüsselt.

Gilt für:

Weitere Informationen