Discuss this help topic in SecureBlackbox Forum
Specifies whether to include the AuthnRequestsSigned element.
Declaration
[C#]
bool UseAuthnRequestsSigned;
[VB.NET]
Property UseAuthnRequestsSigned As Boolean
[Pascal]
property UseAuthnRequestsSigned : boolean;
[C++]
bool get_UseAuthnRequestsSigned();
void set_UseAuthnRequestsSigned(bool Value);
[PHP]
bool get_UseAuthnRequestsSigned()
void set_UseAuthnRequestsSigned(bool $Value)
[Java]
boolean getUseAuthnRequestsSigned();
void setUseAuthnRequestsSigned(boolean Value);
Description
This property specifies whether the AuthnRequestsSigned element should be included.
If this element is omitted, its value assumed to be false.
The default value of UseAuthnRequestsSigned is false.
Discuss this help topic in SecureBlackbox Forum