Password Property
The HMAC-Based or Time-Based One Time Password.
Syntax
[VB.NET] Public Property Password As String
[C#] public string Password {get; set;}
Remarks
This property holds the HMAC-Based or Time-Based One Time Password. This property is populated after calling CreatePassword. This property must be set before calling ValidatePassword.
Default Value
""