Discuss this help topic in SecureBlackbox Forum

TElSAMLClientSettings.WebSSOEnabled

TElSAMLClientSettings     See also     


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


Specifies whether Web SSO is enabled.

Declaration

[C#]
    bool WebSSOEnabled;

[VB.NET]
    Property WebSSOEnabled As Boolean

[Pascal]
    property WebSSOEnabled : boolean;

[C++]
    bool get_WebSSOEnabled();

[PHP]
    bool get_WebSSOEnabled()

[Java]
    boolean getWebSSOEnabled();

Description

Use this property to check whether Web single sign-on is enabled.

See also:     Enabled     Profiles    

Discuss this help topic in SecureBlackbox Forum