SmartCardCryptogramMaterialType Enumeration

Definition

Definiert den Kryptogramm-Materialtyp.

public enum class SmartCardCryptogramMaterialType
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Devices.SmartCards.SmartCardEmulatorContract, 131072)]
enum class SmartCardCryptogramMaterialType
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Devices.SmartCards.SmartCardEmulatorContract), 131072)]
public enum SmartCardCryptogramMaterialType
var value = Windows.Devices.SmartCards.SmartCardCryptogramMaterialType.none
Public Enum SmartCardCryptogramMaterialType
Vererbung
SmartCardCryptogramMaterialType
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

Aes 3

Das Material sind Daten, die mit AES generiert werden.

None 0

Das Material verfügt nicht über einen Datentyp.

RsaPkcs1 4

Bei dem Material handelt es sich um Daten, die mithilfe von RSA gemäß PKCS #1 generiert werden.

StaticDataAuthentication 1

Das Material ist statische Daten für die Authentifizierung.

TripleDes112 2

Die Materialdaten werden mit TripleDes112 generiert.

Gilt für:

Weitere Informationen