Share via


LdapDirectoryAccountStore.UseSsl Property

 

Sets or gets a Boolean that indicates whether to use a Secure Sockets Layer (SSL) connection. true indicates that SSL will be used, false indicates SSL will not be used.

Namespace:   System.Web.Security.SingleSignOn
Assembly:  System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)

Syntax

public bool UseSsl { get; set; }
public:
property bool UseSsl {
    bool get();
    void set(bool value);
}
member UseSsl : bool with get, set
Public Property UseSsl As Boolean

Property Value

Type: System.Boolean

true indicates that SSL will be used, false indicates SSL will not be used.

See Also

LdapDirectoryAccountStore Class
System.Web.Security.SingleSignOn Namespace

Return to top