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