Discuss this help topic in SecureBlackbox Forum
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.
Discuss this help topic in SecureBlackbox Forum