SmartCardEmulationType 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
定义设备模拟智能卡的机制。
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 |