SmartCardEmulationType Enum

Definition

Defines the mechanism by which the device emulates a smart card.

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
Inheritance
SmartCardEmulationType
Attributes

Windows requirements

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

Fields

EmbeddedSE 2

The device emulates a smart card by forwarding the application protocol data unit (APDU) commands to an embedded SE reader.

Host 0

The device emulates a smart card by forwarding application protocol data unit (APDU) commands to the host application, which responds back.

Uicc 1

The device emulates a smart card by forwarding the application protocol data unit (APDU) commands directly to the physical UICC card. The UICC card is more commonly referred to as the SIM card.

Remarks

Version history

Windows version SDK version Value added
1607 14393 EmbeddedSE

Applies to

See also