Discuss this help topic in SecureBlackbox Forum

TElSAMLIdentityProvider.SingleLogoutService

TElSAMLIdentityProvider     See also     


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


Specifies the URL of the single logout service.

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

This property specifies the location of the single logout service relative to URL. The default value is '/idp/SingleLogoutService'.

See also:     SingleLogoutServiceBindings     SingleSignOnService     URL    

Discuss this help topic in SecureBlackbox Forum