SmartCardEmulationType Enumeration

Definition

Definiert den Mechanismus, mit dem das Gerät eine intelligente Karte emuliert.

public enum class SmartCardEmulationType
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Devices.SmartCards.SmartCardEmulatorContract, 65536)]
enum class SmartCardEmulationType
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Devices.SmartCards.SmartCardEmulatorContract), 65536)]
public enum SmartCardEmulationType
var value = Windows.Devices.SmartCards.SmartCardEmulationType.host
Public Enum SmartCardEmulationType
Vererbung
SmartCardEmulationType
Attribute

Windows-Anforderungen

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

Felder

EmbeddedSE 2

Das Gerät emuliert eine intelligente Karte, indem die APDU-Befehle (Application Protocol Data Unit) an einen eingebetteten SE-Reader weitergeleitet werden.

Host 0

Das Gerät emuliert eine intelligente Karte, indem APDU-Befehle (Application Protocol Data Unit) an die Hostanwendung weitergeleitet werden, die zurück antwortet.

Uicc 1

Das Gerät emuliert eine intelligente Karte, indem die APDU-Befehle (Application Protocol Data Unit) direkt an die physische UICC-Karte weitergeleitet werden. Die UICC-Karte wird häufiger als SIM-Karte bezeichnet.

Hinweise

Versionsverlauf

Windows-Version SDK-Version Mehrwert
1607 14393 EmbeddedSE

Gilt für:

Weitere Informationen