SmartCardChallengeContext 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示智慧卡驗證挑戰/回應作業。
public ref class SmartCardChallengeContext sealed : IClosable
/// [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 SmartCardChallengeContext final : IClosable
[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 SmartCardChallengeContext : System.IDisposable
Public NotInheritable Class SmartCardChallengeContext
Implements IDisposable
- 繼承
- 屬性
- 實作
Windows 需求
裝置系列 |
Windows 10 (已於 10.0.10240.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)
|
屬性
Challenge |
取得智慧卡的挑戰值。 |
方法
ChangeAdministrativeKeyAsync(IBuffer, IBuffer) |
變更智慧卡的管理金鑰 (也稱為 系統管理員 PIN 或 解除封鎖 PIN) 。 |
Close() |
完成智慧卡驗證挑戰/回應作業,並釋放相關聯的系統資源。 |
Dispose() |
執行與釋放 (Free)、釋放 (Release) 或重設 Unmanaged 資源相關聯之應用程式定義的工作。 |
ProvisionAsync(IBuffer, Boolean) |
使用新的回應重新設定現有的智慧卡。 選擇性地格式化智慧卡。 |
ProvisionAsync(IBuffer, Boolean, Guid) |
重新設定具有新回應和識別碼的現有已設定智慧卡。 選擇性地格式化智慧卡。 |
VerifyResponseAsync(IBuffer) |
驗證智慧卡挑戰要求的回應。 |