SmartCardEmulationType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
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. |
EmbeddedSE | 2 | The device emulates a smart card by forwarding the application protocol data unit (APDU) commands to an embedded SE reader. |
Remarks
Version history
Windows version | SDK version | Value added |
---|---|---|
1607 | 14393 | EmbeddedSE |