Discuss this help topic in SecureBlackbox Forum

TElSAMLSPSSODescriptorElement.AuthnRequestsSigned

TElSAMLSPSSODescriptorElement     See also     


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


Specifies whether the authentication requests should be signed.

Declaration

[C#]
    bool AuthnRequestsSigned;

[VB.NET]
    Property AuthnRequestsSigned As Boolean

[Pascal]
    property AuthnRequestsSigned : boolean;

[C++]
    bool get_AuthnRequestsSigned();
    void set_AuthnRequestsSigned(bool Value);

[PHP]
    bool get_AuthnRequestsSigned()
    void set_AuthnRequestsSigned(bool $Value)

[Java]
    boolean getAuthnRequestsSigned();
    void setAuthnRequestsSigned(boolean Value);

Description

When this property is enabled, authentication requests sent by this SP will be signed. The default value is false.

See also:     UseAuthnRequestsSigned    

Discuss this help topic in SecureBlackbox Forum