Discuss this help topic in SecureBlackbox Forum

TElSAMLSPSSODescriptorElement.WantAssertionsSigned

TElSAMLSPSSODescriptorElement     See also     


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


Specifies whether assertions received by this SP must be signed.

Declaration

[C#]
    bool WantAssertionsSigned;

[VB.NET]
    Property WantAssertionsSigned As Boolean

[Pascal]
    property WantAssertionsSigned : boolean;

[C++]
    bool get_WantAssertionsSigned();
    void set_WantAssertionsSigned(bool Value);

[PHP]
    bool get_WantAssertionsSigned()
    void set_WantAssertionsSigned(bool $Value)

[Java]
    boolean getWantAssertionsSigned();
    void setWantAssertionsSigned(boolean Value);

Description

When this property is set to true, the assertions received by this SP are required to be signed. The default value is false.

See also:     UseWantAssertionsSigned    

Discuss this help topic in SecureBlackbox Forum