Discuss this help topic in SecureBlackbox Forum
Specifies whether password encryption is used.
Declaration
[VB.NET]
Property UsePassword As Boolean
[Pascal]
property UsePassword : boolean;
[C++]
bool get_UsePassword();
void set_UsePassword(bool Value);
[PHP]
bool get_UsePassword()
void set_UsePassword(bool $Value)
[Java]
boolean getUsePassword();
void setUsePassword(boolean Value);
Description
Use this property to specify if password encryption should be used.
Discuss this help topic in SecureBlackbox Forum