Share via


SmartCardCryptogramMaterialProtectionMethod Enum

Definition

Defines the cryptogram material protection method.

public enum class SmartCardCryptogramMaterialProtectionMethod
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Devices.SmartCards.SmartCardEmulatorContract, 262144)]
enum class SmartCardCryptogramMaterialProtectionMethod
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Devices.SmartCards.SmartCardEmulatorContract), 262144)]
public enum SmartCardCryptogramMaterialProtectionMethod
var value = Windows.Devices.SmartCards.SmartCardCryptogramMaterialProtectionMethod.none
Public Enum SmartCardCryptogramMaterialProtectionMethod
Inheritance
SmartCardCryptogramMaterialProtectionMethod
Attributes

Windows requirements

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

Fields

None 0

Do not protect the cryptogram material.

WhiteBoxing 1

Protect the cryptogram material by whiteboxing.

Applies to