SmartCardProvisioning.GetChallengeContextAsync Method

Definition

Returns a smart card's authentication challenge/response context.

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)

Returns

After the asynchronous operation completes, returns an instance of SmartCardChalllengeContext, representing the smart card's authentication challenge/response context.

Attributes

Applies to

See also