SmartCardCryptogramStorageKeyAlgorithm Enumeration
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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
Name | Wert | Beschreibung |
---|---|---|
None | 0 | Der Speicherschlüssel ist nicht verschlüsselt. |
Rsa2048 | 1 | Der Speicherschlüssel wird mit RSA-2048 verschlüsselt. |