SmartCardCryptogramPlacementOptions 枚举

定义

定义 cryptogram 放置选项。

此枚举支持其成员值的按位组合。

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
继承
SmartCardCryptogramPlacementOptions
属性

Windows 要求

设备系列
Windows Mobile Extension SDK (在 10.0.10586.0 中引入)
API contract
Windows.Devices.SmartCards.SmartCardEmulatorContract (在 v2.0 中引入)

字段

ChainOutput 2

放置步骤的输出应链接到指定的步骤中。

None 0

放置选项没有定义的格式。

UnitsAreInNibbles 1

CryptogramOffsetTemplateOffsetCryptogramLength 值以小字节为单位,而不是字节。

适用于

另请参阅