Discuss this help topic in SecureBlackbox Forum

TElSAMLServiceProvider.SignAuthnRequests

TElSAMLServiceProvider     See also     


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


Specifies whether to sign Authn requests.

Declaration

[C#]
    bool SignAuthnRequests;

[VB.NET]
    Property SignAuthnRequests As Boolean

[Pascal]
    property SignAuthnRequests : boolean;

[C++]
    bool get_SignAuthnRequests();
    void set_SignAuthnRequests(bool Value);

[PHP]
    bool get_SignAuthnRequests()
    void set_SignAuthnRequests(bool $Value)

[Java]
    boolean getSignAuthnRequests();
    void setSignAuthnRequests(boolean Value);

Description

Set this property to true to make the component signing its Authn requests. The default value is false.

See also:     SigningCertificate    

Discuss this help topic in SecureBlackbox Forum