SmartCard 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示有关智能卡的信息。
SmartCard 示例应用程序演示如何使用 Windows.Devices.SmartCards API 以编程方式使用智能卡和智能卡读取器。 近场通信 (NFC) 示例应用程序还演示了如何与智能卡通信。
public ref class SmartCard sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class SmartCard final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class SmartCard
Public NotInheritable Class SmartCard
- 继承
- 属性
Windows 要求
设备系列 |
Windows 10 (在 10.0.10240.0 中引入)
|
API contract |
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)
|
属性
Reader |
获取有关智能卡插入到的智能卡读取器的信息。 |
方法
ConnectAsync() |
建立与智能卡的连接,并返回表示连接的 SmartCardConnection 对象。 |
GetAnswerToResetAsync() |
返回智能卡的重置答案 (ATR) ,这是一系列标准字节,其中包含有关智能卡的特征、行为和状态的信息。 |
GetStatusAsync() |
返回智能卡的状态。 |