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