Discuss this help topic in SecureBlackbox Forum

TElHTTPSServer.AuthDenyURL

TElHTTPSServer     See also     


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


Specifies the deny URL in the login confirmation page.

Declaration

[C#]
    string AuthDenyURL;

[VB.NET]
    Property AuthDenyURL As String

[Pascal]
    property AuthDenyURL : string;

[C++]
    void get_AuthDenyURL(std::string &OutResult);
    void set_AuthDenyURL(const std::string &Value);

[PHP]
    string get_AuthDenyURL()
    void set_AuthDenyURL(string $Value)

[Java]
    String getAuthDenyURL();
    void setAuthDenyURL(String Value);

Description

Use this property to customize DENY_URL in the ConfirmPageTemplate.

See also:     ConfirmPageTemplate     AuthAllowURL    

Discuss this help topic in SecureBlackbox Forum