Discuss this help topic in SecureBlackbox Forum

TElSAMLClientSettings.Enabled

TElSAMLClientSettings     See also     


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


Enables or disables SAML use.

Declaration

[C#]
    bool Enabled;

[VB.NET]
    Property Enabled As Boolean

[Pascal]
    property Enabled : boolean;

[C++]
    bool get_Enabled();
    void set_Enabled(bool Value);

[PHP]
    bool get_Enabled()
    void set_Enabled(bool $Value)

[Java]
    boolean getEnabled();
    void setEnabled(boolean Value);

Description

Set this property to true to enable SAML use. The default value is false.

See also:     WebSSOEnabled    

Discuss this help topic in SecureBlackbox Forum