SmartCardCryptogramMaterialType SmartCardCryptogramMaterialType SmartCardCryptogramMaterialType SmartCardCryptogramMaterialType Enum

Definition

Defines the cryptogram material type.

public : enum class SmartCardCryptogramMaterialTypepublic enum SmartCardCryptogramMaterialTypePublic Enum SmartCardCryptogramMaterialType// 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

Aes Aes Aes Aes

The material is data that is generated using AES.

None None None None

The material doesn't have a data type.

RsaPkcs1 RsaPkcs1 RsaPkcs1 RsaPkcs1

The material is data that is generated by using RSA according to PKCS #1

StaticDataAuthentication StaticDataAuthentication StaticDataAuthentication StaticDataAuthentication

The material is static data for authentication.

TripleDes112 TripleDes112 TripleDes112 TripleDes112

The material data is generated using TripleDes112.

See Also