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