共用方式為


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的實例,代表智慧卡的驗證挑戰/回應內容。

屬性

適用於

另請參閱