Discuss this help topic in SecureBlackbox Forum
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.
Discuss this help topic in SecureBlackbox Forum