Discuss this help topic in SecureBlackbox Forum

TElSAMLIdentityProvider.WantAuthnRequestsSigned

TElSAMLIdentityProvider     


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.

Discuss this help topic in SecureBlackbox Forum