2 references to LDAP_SSL_PORT
System.DirectoryServices.AccountManagement (2)
System\DirectoryServices\AccountManagement\Context.cs (2)
158
_directoryIdent = new LdapDirectoryIdentifier(_serverName, useSSL ? LdapConstants.
LDAP_SSL_PORT
: LdapConstants.LDAP_PORT);
1082
LdapDirectoryIdentifier directoryid = new LdapDirectoryIdentifier(serverName, LdapConstants.
LDAP_SSL_PORT
);