Discuss this help topic in SecureBlackbox Forum

TElSAMLSPSSODescriptorElement.UseWantAssertionsSigned

TElSAMLSPSSODescriptorElement     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


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.

See also:     WantAssertionsSigned    

Discuss this help topic in SecureBlackbox Forum