CreateChallengeAsync Method
Creates the challenge.
Syntax
[VB.NET] Public Function CreateChallengeAsync() As Task
[C#] public Task CreateChallengeAsync();
IP*Works! Auth V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
CreateChallengeAsync MethodCreates the challenge. Syntax[VB.NET] Public Function CreateChallengeAsync() As Task [C#] public Task CreateChallengeAsync(); RemarksThis 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. |
||