3 references to
System.DirectoryServices.Protocols (3)
System\DirectoryServices\Protocols\ldap\LdapDirectoryIdentifier.cs (3)
10public LdapDirectoryIdentifier(string server) : this(server != null ? new string[] { server } : null, false, false) 18public LdapDirectoryIdentifier(string server, bool fullyQualifiedDnsHostName, bool connectionless) : this(server != null ? new string[] { server } : null, fullyQualifiedDnsHostName, connectionless) 52public LdapDirectoryIdentifier(string[] servers, int portNumber, bool fullyQualifiedDnsHostName, bool connectionless) : this(servers, fullyQualifiedDnsHostName, connectionless)