Password Property
The password.
Syntax
[VB.NET] Public Property Password As String Public Property PasswordB As Byte()
[C#] public string Password {get; set;} public byte[] PasswordB {get; set;}
Remarks
This property specifies the password.
If a password is required this must be set before calling CalculateResponse and VerifyResponse. To determine if a password is required assign OCRASuite to the OCRA suite and check the value of RequirePassword.
Default Value
""