Password Property
The password.
Syntax
__property String Password = {read=FPassword, write=FSetPassword, default=""}; __property RawByteString PasswordB = {read=FPasswordB, write=FSetPasswordB, default=""};
Default Value
""
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.
Data Type
Binary String