Discuss this help topic in SecureBlackbox Forum
Specifies whether to sign Authn requests.
Declaration
[C#]
bool SignAuthnRequests;
[VB.NET]
Property SignAuthnRequests As Boolean
[Pascal]
property SignAuthnRequests : boolean;
[C++]
bool get_SignAuthnRequests();
void set_SignAuthnRequests(bool Value);
[PHP]
bool get_SignAuthnRequests()
void set_SignAuthnRequests(bool $Value)
[Java]
boolean getSignAuthnRequests();
void setSignAuthnRequests(boolean Value);
Description
Set this property to true to make the component signing its Authn requests.
The default value is false.
Discuss this help topic in SecureBlackbox Forum