ConnectionSecurityLevel Enumeration

Identifies the security level of the network connection.

Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)

Usage

'Usage
Dim instance As ConnectionSecurityLevel

Syntax

'Declaration
Public Enumeration ConnectionSecurityLevel
public enum ConnectionSecurityLevel
public enum class ConnectionSecurityLevel
public enum ConnectionSecurityLevel
public enum ConnectionSecurityLevel

Members

Member name Description
NotSecure Indicates that there is no security on the connection. Information is being sent over the network in clear text.
Secure Indicates that the connection is secure. Information is encrypted before it is sent over the network.

Platforms

Target Platforms

See Also

Reference

Microsoft.MetadirectoryServices Namespace
Microsoft.MetadirectoryServices