Discuss this help topic in SecureBlackbox Forum
Turns on basic authentication.
Declaration
[VB.NET]
Property AuthBasic As Boolean
[Pascal]
property AuthBasic : Boolean;
[C++]
bool get_AuthBasic();
void set_AuthBasic(bool Value);
[PHP]
bool get_AuthBasic()
void set_AuthBasic(bool $Value)
[Java]
boolean getAuthBasic();
void setAuthBasic(boolean Value);
Description
Set this property to true to turn on basic authentication.
Discuss this help topic in SecureBlackbox Forum