SmartCardCryptogramMaterialPackageFormat Enum

Definition

Defines the cryptogram material package format.

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

JweRsaPki 1

The material package is JSON Web Encrypted (JWE) by RSA.

None 0

The material does not have a format.

Applies to

See also