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