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