4 references to LdapConnection
System.DirectoryServices.AccountManagement (3)
System\DirectoryServices\AccountManagement\Context.cs (3)
170current = new LdapConnection(_directoryIdent); 186current = new LdapConnection(_directoryIdent); 1083ldapConnection = new LdapConnection(directoryid);
System.DirectoryServices.Protocols (1)
System\DirectoryServices\Protocols\ldap\LdapConnection.cs (1)
54public LdapConnection(string server) : this(new LdapDirectoryIdentifier(server))