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