Discuss this help topic in SecureBlackbox Forum

TElHTTPSServer.AuthAllowURL

TElHTTPSServer     See also     


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


Specifies the allow URL in the login confirmation page.

Declaration

[C#]
    string AuthAllowURL;

[VB.NET]
    Property AuthAllowURL As String

[Pascal]
    property AuthAllowURL : string;

[C++]
    void get_AuthAllowURL(std::string &OutResult);
    void set_AuthAllowURL(const std::string &Value);

[PHP]
    string get_AuthAllowURL()
    void set_AuthAllowURL(string $Value)

[Java]
    String getAuthAllowURL();
    void setAuthAllowURL(String Value);

Description

Use this property to customize ALLOW_URL in the ConfirmPageTemplate.

See also:     ConfirmPageTemplate     AuthDenyURL    

Discuss this help topic in SecureBlackbox Forum