Discuss this help topic in SecureBlackbox Forum

TElSAMLIdentityProvider.SignResponse

TElSAMLIdentityProvider     See also     


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


Specifies whether the IdP responses should be signed.

Declaration

[C#]
    bool SignResponse;

[VB.NET]
    Property SignResponse As Boolean

[Pascal]
    property SignResponse : boolean;

[C++]
    bool get_SignResponse();
    void set_SignResponse(bool Value);

[PHP]
    bool get_SignResponse()
    void set_SignResponse(bool $Value)

[Java]
    boolean getSignResponse();
    void setSignResponse(boolean Value);

Description

Set this property to true to automatically sign the IdP responses. The default value is tru.

See also:     SigningCertificate    

Discuss this help topic in SecureBlackbox Forum