SmartCardProvisioning.GetChallengeContextAsync メソッド

定義

スマート カードの認証チャレンジ/応答コンテキストを返します。

public:
 virtual IAsyncOperation<SmartCardChallengeContext ^> ^ GetChallengeContextAsync() = GetChallengeContextAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<SmartCardChallengeContext> GetChallengeContextAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<SmartCardChallengeContext> GetChallengeContextAsync();
function getChallengeContextAsync()
Public Function GetChallengeContextAsync () As IAsyncOperation(Of SmartCardChallengeContext)

戻り値

非同期操作が完了した後、スマート カードの認証チャレンジ/応答コンテキストを表す SmartCardChalllengeContext のインスタンスを返します。

属性

適用対象

こちらもご覧ください