Discuss this help topic in SecureBlackbox Forum
Specifies whether to encrypt assertions included into the IdP response.
Declaration
[C#]
bool EncryptAssertions;
[VB.NET]
Property EncryptAssertions As Boolean
[Pascal]
property EncryptAssertions : boolean;
[C++]
bool get_EncryptAssertions();
void set_EncryptAssertions(bool Value);
[PHP]
bool get_EncryptAssertions()
void set_EncryptAssertions(bool $Value)
[Java]
boolean getEncryptAssertions();
void setEncryptAssertions(boolean Value);
Description
Set this property to true to force the component to encrypt the assertions included into the response.
The default value is false.
Discuss this help topic in SecureBlackbox Forum