Discuss this help topic in SecureBlackbox Forum

TElSAMLServiceProvider.RedirectOnLogoutPage

TElSAMLServiceProvider     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


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.

See also:     RedirectToSuppliedResource    

Discuss this help topic in SecureBlackbox Forum