Discuss this help topic in SecureBlackbox Forum
Specifies whether the authentication requests should be signed.
Declaration
[C#]
bool AuthnRequestsSigned;
[VB.NET]
Property AuthnRequestsSigned As Boolean
[Pascal]
property AuthnRequestsSigned : boolean;
[C++]
bool get_AuthnRequestsSigned();
void set_AuthnRequestsSigned(bool Value);
[PHP]
bool get_AuthnRequestsSigned()
void set_AuthnRequestsSigned(bool $Value)
[Java]
boolean getAuthnRequestsSigned();
void setAuthnRequestsSigned(boolean Value);
Description
When this property is enabled, authentication requests sent by this SP will be signed.
The default value is false.
Discuss this help topic in SecureBlackbox Forum