Discuss this help topic in SecureBlackbox Forum

TElHTTPSServer.AuthRealm

TElHTTPSServer     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies the auth realm.

Declaration

[C#]
    string AuthRealm;

[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