CalculateResponseAsync Method
This method calculates the response to the given challenge.
Syntax
[VB.NET] Public Function CalculateResponseAsync() As IAsyncAction
[C#] public IAsyncAction CalculateResponseAsync();
IP*Works! Auth V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
CalculateResponseAsync MethodThis method calculates the response to the given challenge. Syntax[VB.NET] Public Function CalculateResponseAsync() As IAsyncAction [C#] public IAsyncAction CalculateResponseAsync(); RemarksThis method is the asynchronous version of the CalculateResponse method and is used to support asynchronous operations in WinRT. Please refer to CalculateResponse for more information. |
||