SmartCardCryptogramMaterialType Enum

Definition

Defines the cryptogram material type.

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
Inheritance
SmartCardCryptogramMaterialType
Attributes

Windows requirements

Device family
Windows Mobile Extension SDK (introduced in 10.0.10586.0)
API contract
Windows.Devices.SmartCards.SmartCardEmulatorContract (introduced in v2.0)

Fields

Aes 3

The material is data that is generated using AES.

None 0

The material doesn't have a data type.

RsaPkcs1 4

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

StaticDataAuthentication 1

The material is static data for authentication.

TripleDes112 2

The material data is generated using TripleDes112.

Applies to

See also