SmartCardCryptogramPlacementOptions Enumeration

Definition

Definiert Optionen für die Platzierung von Kryptogrammen.

Diese Enumeration unterstützt eine bitweise Kombination ihrer Memberwerte.

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
Vererbung
SmartCardCryptogramPlacementOptions
Attribute

Windows-Anforderungen

Gerätefamilie
Windows Mobile Extension SDK (eingeführt in 10.0.10586.0)
API contract
Windows.Devices.SmartCards.SmartCardEmulatorContract (eingeführt in v2.0)

Felder

ChainOutput 2

Die Ausgabe des Platzierungsschritts sollte mit dem angegebenen Schritt verkettet werden.

None 0

Die Platzierungsoption hat kein definiertes Format.

UnitsAreInNibbles 1

Die Werte CryptogramOffset, TemplateOffset und CryptogramLength befinden sich in Nibbles und nicht in Bytes.

Gilt für:

Weitere Informationen