SmartCardEmulationType 枚举

定义

定义设备模拟智能卡的机制。

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
继承
SmartCardEmulationType
属性

Windows 要求

设备系列
Windows Mobile Extension SDK (在 10.0.10240.0 中引入)
API contract
Windows.Devices.SmartCards.SmartCardEmulatorContract (在 v1.0 中引入)

字段

EmbeddedSE 2

设备通过将应用程序协议数据单元 (APDU) 命令转发到嵌入式 SE 读取器来模拟智能卡。

Host 0

设备通过将应用程序协议数据单元 (APDU) 命令转发到响应的主机应用程序来模拟智能卡。

Uicc 1

设备通过将应用程序协议数据单元 (APDU) 命令直接转发到物理 UICC 卡来模拟智能卡。 UICC 卡通常称为 SIM 卡卡。

注解

版本历史记录

Windows 版本 SDK 版本 增值
1607 14393 EmbeddedSE

适用于

另请参阅