Discuss this help topic in SecureBlackbox Forum

TElSAMLIdentityProvider.SignAssertions

TElSAMLIdentityProvider     See also     


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


Specifies whether the assertions included into IdP responses should be signed.

Declaration

[C#]
    bool SignAssertions;

[VB.NET]
    Property SignAssertions As Boolean

[Pascal]
    property SignAssertions : boolean;

[C++]
    bool get_SignAssertions();
    void set_SignAssertions(bool Value);

[PHP]
    bool get_SignAssertions()
    void set_SignAssertions(bool $Value)

[Java]
    boolean getSignAssertions();
    void setSignAssertions(boolean Value);

Description

Set this property to true to automatically sign the assertions included into IdP responses. The default value is false.

See also:     SigningCertificate    

Discuss this help topic in SecureBlackbox Forum