Discuss this help topic in SecureBlackbox Forum

TElSAMLServiceProvider.LogoutPage

TElSAMLServiceProvider     See also     


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


Specifies the location of the logout page.

Declaration

[C#]
    string LogoutPage;

[VB.NET]
    Property LogoutPage As String

[Pascal]
    property LogoutPage : string;

[C++]
    void get_LogoutPage(std::string &OutResult);
    void set_LogoutPage(const std::string &Value);

[PHP]
    string get_LogoutPage()
    void set_LogoutPage(string $Value)

[Java]
    String getLogoutPage();
    void setLogoutPage(String Value);

Description

Use this property to specify the relative URL of the logout page. The default value is '/sp/logout'.

See also:     URL    

Discuss this help topic in SecureBlackbox Forum