Discuss this help topic in SecureBlackbox Forum
Specifies the deny URL in the login confirmation page.
Declaration
[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.
Discuss this help topic in SecureBlackbox Forum