Discuss this help topic in SecureBlackbox Forum
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'.
Discuss this help topic in SecureBlackbox Forum