共用方式為


SmartCard 類別

定義

代表智慧卡的相關資訊。

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
繼承
Object Platform::Object IInspectable SmartCard
屬性

Windows 需求

裝置系列
Windows 10 (已於 10.0.10240.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)

屬性

Reader

取得智慧卡插入的智慧卡閱讀機相關資訊。

方法

ConnectAsync()

建立智慧卡的連接,並傳回代表連接的 SmartCardConnection 物件。

GetAnswerToResetAsync()

傳回智慧卡 重設 (ATR) ,這是一系列標準位元組,其中包含智慧卡的特性、行為和狀態的相關資訊。

GetStatusAsync()

傳回智慧卡的狀態。

適用於

另請參閱