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