Discuss this help topic in SecureBlackbox Forum
The web page returned by the server on authorization failure.
Declaration
[C#]
TElStringList FailureResponse;
[VB.NET]
Property FailureResponse As TElStringList
[Pascal]
property FailureResponse : TElStringList;
[C++]
TElStringList* get_FailureResponse();
void set_FailureResponse(TElStringList &Value);
void set_FailureResponse(TElStringList *Value);
[PHP]
TElStringList get_FailureResponse()
void set_FailureResponse(TElStringList $Value)
[Java]
TElStringList getFailureResponse();
void setFailureResponse(TElStringList Value);
Description
This property contains the html of the web page to be shown on authorization failure.
Discuss this help topic in SecureBlackbox Forum