ValidatePassword Method
Validates a HMAC-Based One Time Password.
Syntax
[VB.NET] Public Function ValidatePassword() As Boolean
[C#] public bool ValidatePassword();
Remarks
This method validates a HMAC-Based One Time Password.
The following properties are applicable when calling ValidatePassword.
The method will return True if the password is validated, False otherwise.
NOTE: This method has a corresponding asynchronous version (ValidatePasswordAsync) for use in the WinRT environment.