Discuss this help topic in SecureBlackbox Forum

TElSAMLIDPSSODescriptorElement.WantAuthnRequestsSigned

TElSAMLIDPSSODescriptorElement     See also     


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


Specifies whether the authentication requests must be signed.

Declaration

[C#]
    bool WantAuthnRequestsSigned;

[VB.NET]
    Property WantAuthnRequestsSigned As Boolean

[Pascal]
    property WantAuthnRequestsSigned : boolean;

[C++]
    bool get_WantAuthnRequestsSigned();
    void set_WantAuthnRequestsSigned(bool Value);

[PHP]
    bool get_WantAuthnRequestsSigned()
    void set_WantAuthnRequestsSigned(bool $Value)

[Java]
    boolean getWantAuthnRequestsSigned();
    void setWantAuthnRequestsSigned(boolean Value);

Description

If this property is set to true, the authentication requests received by this IDP are required to be signed. The default value is false.

See also:     UseWantAuthnRequestsSigned    

Discuss this help topic in SecureBlackbox Forum