Discuss this help topic in SecureBlackbox Forum
Specifies whether to sign Logout requests.
Declaration
[C#]
bool SignLogoutRequests;
[VB.NET]
Property SignLogoutRequests As Boolean
[Pascal]
property SignLogoutRequests : boolean;
[C++]
bool get_SignLogoutRequests();
void set_SignLogoutRequests(bool Value);
[PHP]
bool get_SignLogoutRequests()
void set_SignLogoutRequests(bool $Value)
[Java]
boolean getSignLogoutRequests();
void setSignLogoutRequests(boolean Value);
Description
Set this property to true to make the component signing its logout requests.
The default value is false.
Discuss this help topic in SecureBlackbox Forum