CreatePassword Method
Creates a Time-Based One Time Password.
Syntax
[VB.NET] Public Sub CreatePassword()
[C#] public void CreatePassword();
Remarks
This method creates a Time-Based One Time Password.
The following properties are applicable when calling CreatePassword.
Calling CreatePassword populates the Password property with the created password.
If Secret is not specified before calling this method a random secret will be automatically generated.
NOTE: This method has a corresponding asynchronous version (CreatePasswordAsync) for use in the Xamarin environment.