LdapDirectoryIdentifier Класс
Определение
Класс LdapDirectoryIdentifier создает идентификатор каталога для одного или нескольких серверов LDAP.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
- Наследование
Конструкторы
LdapDirectoryIdentifier(String) |
Конструктор LdapDirectoryIdentifier(String) создает экземпляр класса LdapDirectoryIdentifier, используя указанный сервер.The LdapDirectoryIdentifier(String) constructor creates an instance of the LdapDirectoryIdentifier class using the specified server. |
LdapDirectoryIdentifier(String, Boolean, Boolean) |
Конструктор LdapDirectoryIdentifier(String, Boolean, Boolean) создает экземпляр класса LdapDirectoryIdentifier, используя указанный сервер и свойства.The LdapDirectoryIdentifier(String, Boolean, Boolean) constructor creates an instance of the LdapDirectoryIdentifier class using the specified server and properties. Этот конструктор создает идентификатор, который представляет набор LDAP-серверов.This constructor creates an identifier that represents a set of LDAP servers. |
LdapDirectoryIdentifier(String, Int32) |
Конструктор LdapDirectoryIdentifier(String, Int32) создает экземпляр класса LdapDirectoryIdentifier, используя указанный сервер и свойства.The LdapDirectoryIdentifier(String, Int32) constructor creates an instance of the LdapDirectoryIdentifier class using the specified server and properties. Этот конструктор создает идентификатор, который представляет набор LDAP-серверов.This constructor creates an identifier that represents a set of LDAP servers. |
LdapDirectoryIdentifier(String, Int32, Boolean, Boolean) |
Конструктор LdapDirectoryIdentifier(String, Int32, Boolean, Boolean) создает экземпляр класса LdapDirectoryIdentifier, используя указанный сервер и свойства.The LdapDirectoryIdentifier(String, Int32, Boolean, Boolean) constructor creates an instance of the LdapDirectoryIdentifier class using the specified server and properties. Этот конструктор создает идентификатор, который представляет набор LDAP-серверов.This constructor creates an identifier that represents a set of LDAP servers. |
LdapDirectoryIdentifier(String[], Boolean, Boolean) |
Конструктор LdapDirectoryIdentifier(String, Boolean, Boolean) создает экземпляр класса LdapDirectoryIdentifier, используя указанный сервер и свойства.The LdapDirectoryIdentifier(String, Boolean, Boolean) constructor creates an instance of the LdapDirectoryIdentifier class using the specified server and properties. Этот конструктор создает идентификатор, который представляет набор LDAP-серверов.This constructor creates an identifier that represents a set of LDAP servers. |
LdapDirectoryIdentifier(String[], Int32, Boolean, Boolean) |
Конструктор LdapDirectoryIdentifier(String[], Int32, Boolean, Boolean) создает экземпляр класса LdapDirectoryIdentifier, используя указанный сервер и свойства.The LdapDirectoryIdentifier(String[], Int32, Boolean, Boolean) constructor creates an instance of the LdapDirectoryIdentifier class using the specified server and properties. Этот конструктор создает идентификатор, который представляет набор LDAP-серверов.This constructor creates an identifier that represents a set of LDAP servers. |
Свойства
Connectionless |
Свойство Connectionless указывает, что подключение выполняется с помощью протокола UDP.The Connectionless property specifies that the connection is User Datagram Protocol (UDP). |
FullyQualifiedDnsHostName |
Свойство FullyQualifiedDnsHostName указывает, что имя сервера является полным DNS-именем хоста.The FullyQualifiedDnsHostName property specifies that a server name is a fully-qualified DNS host name. |
PortNumber |
Свойство PortNumber содержит номер порта, используемый для подключения к серверу.The PortNumber property contains the portnumber to be used to connect to the server. |
Servers |
Свойство Servers содержит набор серверов, идентифицируемых данным объектом.The Servers property contains the set of servers this object identifies. |
Методы
Equals(Object) |
Определяет, равен ли указанный объект текущему объекту.Determines whether the specified object is equal to the current object. (Унаследовано от Object) |
GetHashCode() |
Служит в качестве хэш-функции по умолчанию.Serves as the default hash function. (Унаследовано от Object) |
GetType() |
Возвращает объект Type для текущего экземпляра.Gets the Type of the current instance. (Унаследовано от Object) |
MemberwiseClone() |
Создает неполную копию текущего объекта Object.Creates a shallow copy of the current Object. (Унаследовано от Object) |
ToString() |
Возвращает строку, представляющую текущий объект.Returns a string that represents the current object. (Унаследовано от Object) |