Discuss this help topic in SecureBlackbox Forum
Specifies whether the IdP responses should be signed.
Declaration
[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.
Discuss this help topic in SecureBlackbox Forum