Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in microsoft.metadirectoryservicesex.dll)
Usage
Visual Basic |
---|
Dim instance As ConnectionSecurityLevel |
Syntax
Visual Basic |
---|
Public Enumeration ConnectionSecurityLevel |
C# |
---|
public enum ConnectionSecurityLevel |
C++ |
---|
public enum class ConnectionSecurityLevel |
J# |
---|
public enum ConnectionSecurityLevel |
JScript |
---|
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. |