CreatePasswordAsync Method
Creates a HMAC-Based One Time Password.
Syntax
[VB.NET]
Public Function CreatePasswordAsync() As Task
[C#]
public Task CreatePasswordAsync();
Remarks
This 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.