CreateChallengeAsync Method
Creates the challenge.
Syntax
[VB.NET]
Public Function CreateChallengeAsync() As Task
[C#]
public Task CreateChallengeAsync();
Remarks
This method is the asynchronous version of the
CreateChallenge method and is used to support asynchronous operations in WinRT. Please refer to
CreateChallenge for more information.