Discuss this help topic in SecureBlackbox Forum

TElSAMLServiceProvider.SignLogoutRequests

TElSAMLServiceProvider     See also     


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


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.

See also:     SigningCertificate    

Discuss this help topic in SecureBlackbox Forum