Password Property
The password.
Syntax
int GetPassword(char *&lpPassword, int &lenPassword);
int SetPassword(char *lpPassword, int lenPassword);
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