SmartCardProvisioning.GetChallengeContextAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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