Discuss this help topic in SecureBlackbox Forum
Specifies authentication server address.
Declaration
[C#/Java]
string AuthServerAddress;
[VB.NET]
Property AuthServerAddress As String
[Pascal]
property AuthServerAddress : string;
[C++]
void get_AuthServerAddress(std::string &OutResult);
void set_AuthServerAddress(const std::string &Value);
[PHP]
string get_AuthServerAddress()
void set_AuthServerAddress(string $Value)
Description
Use this property to specify the name of the host used for authentication.
The default value is "www.google.com".
Discuss this help topic in SecureBlackbox Forum