共用方式為


SmartCardProvisioning 類別

定義

表示設定智慧卡的相關資訊和作業。

public ref class SmartCardProvisioning 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 SmartCardProvisioning 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 SmartCardProvisioning
Public NotInheritable Class SmartCardProvisioning
繼承
Object Platform::Object IInspectable SmartCardProvisioning
屬性

Windows 需求

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

屬性

SmartCard

取得已設定的智慧卡。

方法

FromSmartCardAsync(SmartCard)

傳回要設定的智慧卡。

GetAuthorityKeyContainerNameAsync()

以非同步方式取得授權單位金鑰容器的名稱。

GetChallengeContextAsync()

傳回智慧卡的驗證挑戰/回應內容。

GetIdAsync()

傳回智慧卡的識別碼。

GetNameAsync()

傳回智慧卡的迷你驅動程式名稱。

RequestAttestedVirtualSmartCardCreationAsync(String, IBuffer, SmartCardPinPolicy)

使用指定的參數,建立 TPM) 虛擬智慧卡 (證明的信任平臺模組。

RequestAttestedVirtualSmartCardCreationAsync(String, IBuffer, SmartCardPinPolicy, Guid)

使用指定的參數,建立 TPM) 虛擬智慧卡 (證明的信任平臺模組。

RequestPinChangeAsync()

變更智慧卡的個人識別碼 (PIN) 。

RequestPinResetAsync(SmartCardPinResetHandler)

重設智慧卡的個人識別碼 (PIN) 。

RequestVirtualSmartCardCreationAsync(String, IBuffer, SmartCardPinPolicy)

建立信任的平臺模組 (TPM) 虛擬智慧卡,並設定指定的人類可讀名稱、系統管理金鑰和個人識別碼 (PIN) 規則集。

RequestVirtualSmartCardCreationAsync(String, IBuffer, SmartCardPinPolicy, Guid)

建立信賴平臺模組 (TPM) 具有指定人類可讀名稱、系統管理金鑰、個人識別碼 (PIN) 規則集和識別碼的虛擬智慧卡。

RequestVirtualSmartCardDeletionAsync(SmartCard)

刪除信任的平臺模組 (TPM) 虛擬智慧卡。

適用於

另請參閱