SmartCardEmulationType SmartCardEmulationType SmartCardEmulationType SmartCardEmulationType Enum

Definition

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

public : enum class SmartCardEmulationTypepublic enum SmartCardEmulationTypePublic Enum SmartCardEmulationType// You can use this enum in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows Mobile Extension SDK (introduced v10.0.10240.0)
API contract
Windows.Devices.SmartCards.SmartCardEmulatorContract (introduced v1)

Fields

EmbeddedSE EmbeddedSE EmbeddedSE EmbeddedSE

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

Host Host Host Host

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

Uicc Uicc Uicc Uicc

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.

See Also