Share via


DirectoryServiceConnection.UseSSL property

Gets or sets a value determining whether the SSL protocol will be used for the connection.

Namespace:  Microsoft.Office.Server.UserProfiles
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
Public Property UseSSL As Boolean
    Get
    Set
'Usage
Dim instance As DirectoryServiceConnection
Dim value As Boolean

value = instance.UseSSL

instance.UseSSL = value
public bool UseSSL { get; set; }

Property value

Type: System.Boolean

See also

Reference

DirectoryServiceConnection class

DirectoryServiceConnection members

Microsoft.Office.Server.UserProfiles namespace