Discuss this help topic in SecureBlackbox Forum
Specifies the auth realm.
Declaration
[VB.NET]
Property AuthRealm As String
[Pascal]
property AuthRealm : String;
[C++]
void get_AuthRealm(std::string &OutResult);
void set_AuthRealm(const std::string &Value);
[PHP]
string get_AuthRealm()
void set_AuthRealm(string $Value)
[Java]
String getAuthRealm();
void setAuthRealm(String Value);
Description
Use this property to set the authentication realm.
All pages in the same realm share authentication credentials.
Discuss this help topic in SecureBlackbox Forum