LdapDirectoryIdentifier Class

Definition

The LdapDirectoryIdentifier class creates a directory identifier for one or more LDAP servers.

public ref class LdapDirectoryIdentifier : System::DirectoryServices::Protocols::DirectoryIdentifier
public class LdapDirectoryIdentifier : System.DirectoryServices.Protocols.DirectoryIdentifier
type LdapDirectoryIdentifier = class
    inherit DirectoryIdentifier
Public Class LdapDirectoryIdentifier
Inherits DirectoryIdentifier
Inheritance
LdapDirectoryIdentifier

Constructors

LdapDirectoryIdentifier(String)

The LdapDirectoryIdentifier(String) constructor creates an instance of the LdapDirectoryIdentifier class using the specified server.

LdapDirectoryIdentifier(String, Boolean, Boolean)

The LdapDirectoryIdentifier(String, Boolean, Boolean) 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(String, Int32) 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(String, Int32, Boolean, Boolean) 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[], Boolean, Boolean)

The LdapDirectoryIdentifier(String, Boolean, Boolean) 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(String[], Int32, Boolean, Boolean) 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.

Properties

Connectionless

Gets a value that indicates whether the connection is User Datagram Protocol (UDP).

FullyQualifiedDnsHostName

Gets a value that indicates whether 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.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to