SmartCardCryptogramPlacementOptions Enum

Definition

Defines cryptogram placement options.

This enumeration supports a bitwise combination of its member values.

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

ChainOutput 2

The placement step's output should be chained into the specified step.

None 0

The placement option does not have a defined format.

UnitsAreInNibbles 1

The CryptogramOffset, TemplateOffset, and CryptogramLength values are in nibbles and not bytes.

Applies to

See also