Discuss this help topic in SecureBlackbox Forum

TElSAMLServiceProvider.SingleLogoutService

TElSAMLServiceProvider     See also     


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


The location of the Single Logout Service endpoint.

Declaration

[C#]
    string SingleLogoutService;

[VB.NET]
    Property SingleLogoutService As String

[Pascal]
    property SingleLogoutService : string;

[C++]
    void get_SingleLogoutService(std::string &OutResult);
    void set_SingleLogoutService(const std::string &Value);

[PHP]
    string get_SingleLogoutService()
    void set_SingleLogoutService(string $Value)

[Java]
    String getSingleLogoutService();
    void setSingleLogoutService(String Value);

Description

Use this property to specify the relative location of the Single Logout Service of this SP. The default value is '/sp/SingleLogoutService'.

See also:     URL    

Discuss this help topic in SecureBlackbox Forum