SmartCardEmulationCategory 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
定义可模拟的有效智能卡类别。
public enum class SmartCardEmulationCategory
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Devices.SmartCards.SmartCardEmulatorContract, 65536)]
enum class SmartCardEmulationCategory
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Devices.SmartCards.SmartCardEmulatorContract), 65536)]
public enum SmartCardEmulationCategory
var value = Windows.Devices.SmartCards.SmartCardEmulationCategory.other
Public Enum SmartCardEmulationCategory
- 继承
-
SmartCardEmulationCategory
- 属性
Windows 要求
设备系列 |
Windows Mobile Extension SDK (在 10.0.10240.0 中引入)
|
API contract |
Windows.Devices.SmartCards.SmartCardEmulatorContract (在 v1.0 中引入)
|
字段
名称 | 值 | 说明 |
---|---|---|
Other | 0 | 指定支付卡以外的智能卡,例如会员卡或安全徽章。 |
Payment | 1 | 指定支付卡。 |