ValidatePasswordAsync Method
Validates a HMAC-Based One Time Password.
Syntax
[VB.NET] Public Function ValidatePasswordAsync() As IAsyncOperation<bool>
[C#] public IAsyncOperation<bool> ValidatePasswordAsync();
IP*Works! Auth V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
ValidatePasswordAsync MethodValidates a HMAC-Based One Time Password. Syntax[VB.NET] Public Function ValidatePasswordAsync() As IAsyncOperation<bool> [C#] public IAsyncOperation<bool> ValidatePasswordAsync(); RemarksThis method is the asynchronous version of the ValidatePassword method and is used to support asynchronous operations in WinRT. Please refer to ValidatePassword for more information. |
||