Standard LDAP connection ports.
[Visual Basic] Public Enum Port [C#] public enum Port [C++] public __value enum Port [JScript] public enum Port
| Member Name | Description |
|---|---|
| UnencryptedPort | Port 389 |
| SslPort | Port 636 |
| DefaultPort | Use SslPort for SSL communication, UnencryptedPort otherwise |
Namespace: LdapServices.Ldap
Assembly: LdapServices.LdapClient (in LdapServices.LdapClient.dll)