3 references to LdapDirectoryIdentifier
System.DirectoryServices.Protocols (3)
System\DirectoryServices\Protocols\ldap\LdapConnection.cs (1)
54public LdapConnection(string server) : this(new LdapDirectoryIdentifier(server))
System\DirectoryServices\Protocols\ldap\LdapSessionOptions.cs (2)
899var identifier = new LdapDirectoryIdentifier(target); 963var identifier = new LdapDirectoryIdentifier(target);