LdapDirectoryIdentifier Class
The LdapDirectoryIdentifier class creates a directory identifier for one or more LDAP servers.
Assembly: System.DirectoryServices.Protocols (in System.DirectoryServices.Protocols.dll)
System.DirectoryServices.Protocols::DirectoryIdentifier
System.DirectoryServices.Protocols::LdapDirectoryIdentifier
| Name | Description | |
|---|---|---|
![]() | LdapDirectoryIdentifier(String^) | The LdapDirectoryIdentifier constructor creates an instance of the LdapDirectoryIdentifier class using the specified server. |
![]() | LdapDirectoryIdentifier(String^, Boolean, Boolean) | The LdapDirectoryIdentifier constructor creates an instance of the LdapDirectoryIdentifier class using the specified server and properties. This constructor creates an identifier that represents a set of LDAP servers. |
![]() | LdapDirectoryIdentifier(String^, Int32) | The LdapDirectoryIdentifier constructor creates an instance of the LdapDirectoryIdentifier class using the specified server and properties. This constructor creates an identifier that represents a set of LDAP servers. |
![]() | LdapDirectoryIdentifier(String^, Int32, Boolean, Boolean) | The LdapDirectoryIdentifier constructor creates an instance of the LdapDirectoryIdentifier class using the specified server and properties. This constructor creates an identifier that represents a set of LDAP servers. |
![]() | LdapDirectoryIdentifier(array<String^>^, Boolean, Boolean) | The LdapDirectoryIdentifier constructor creates an instance of the LdapDirectoryIdentifier class using the specified server and properties. This constructor creates an identifier that represents a set of LDAP servers. |
![]() | LdapDirectoryIdentifier(array<String^>^, Int32, Boolean, Boolean) | The LdapDirectoryIdentifier constructor creates an instance of the LdapDirectoryIdentifier class using the specified server and properties. This constructor creates an identifier that represents a set of LDAP servers. |
| Name | Description | |
|---|---|---|
![]() | Connectionless | The Connectionless property specifies that the connection is User Datagram Protocol (UDP). |
![]() | FullyQualifiedDnsHostName | The FullyQualifiedDnsHostName property specifies that a server name is a fully-qualified DNS host name. |
![]() | PortNumber | The PortNumber property contains the portnumber to be used to connect to the server. |
![]() | Servers | The Servers property contains the set of servers this object identifies. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Available since 2.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


