Discuss this help topic in SecureBlackbox Forum
Specifies where the user should be redirected on logout.
Declaration
[C#]
string RedirectOnLogoutPage;
[VB.NET]
Property RedirectOnLogoutPage As String
[Pascal]
property RedirectOnLogoutPage : string;
[C++]
void get_RedirectOnLogoutPage(std::string &OutResult);
void set_RedirectOnLogoutPage(const std::string &Value);
[PHP]
string get_RedirectOnLogoutPage()
void set_RedirectOnLogoutPage(string $Value)
[Java]
String getRedirectOnLogoutPage();
void setRedirectOnLogoutPage(String Value);
Description
Use this property to specify the value assigned to the Location property of the logout response.
Discuss this help topic in SecureBlackbox Forum