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