ValidatePasswordAsync Method
Validates a Time-Based or HMAC-Based One Time Password.
Syntax
[VB.NET] Public Function ValidatePasswordAsync() As Task<bool>
[C#] public Task<bool> ValidatePasswordAsync();
IP*Works! Encrypt V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
ValidatePasswordAsync MethodValidates a Time-Based or HMAC-Based One Time Password. Syntax[VB.NET] Public Function ValidatePasswordAsync() As Task<bool> [C#] public Task<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. |
||