LDAP Client.Net

Port Enumeration

Standard LDAP connection ports.

[Visual Basic]
Public Enum Port
[C#]
public enum Port
[C++]
public __value enum Port
[JScript]
public enum Port

Members

Member NameDescription
UnencryptedPort Port 389
SslPort Port 636
DefaultPort Use SslPort for SSL communication, UnencryptedPort otherwise

Requirements

Namespace: LdapServices.Ldap

Assembly: LdapServices.LdapClient (in LdapServices.LdapClient.dll)

See Also

LdapServices.Ldap Namespace