LdapDirectoryIdentifier 构造函数

定义

创建 LdapDirectoryIdentifier 类的实例。

重载

LdapDirectoryIdentifier(String)

LdapDirectoryIdentifier(String) 构造函数使用指定服务器创建 LdapDirectoryIdentifier 类的实例。

LdapDirectoryIdentifier(String, Int32)

LdapDirectoryIdentifier(String, Int32) 构造函数通过使用指定的服务器和属性创建 LdapDirectoryIdentifier 类的实例。 此构造函数创建代表一组 LDAP 服务器的标识符。

LdapDirectoryIdentifier(String, Boolean, Boolean)

LdapDirectoryIdentifier(String, Boolean, Boolean) 构造函数通过使用指定的服务器和属性创建 LdapDirectoryIdentifier 类的实例。 此构造函数创建代表一组 LDAP 服务器的标识符。

LdapDirectoryIdentifier(String[], Boolean, Boolean)

LdapDirectoryIdentifier(String, Boolean, Boolean) 构造函数通过使用指定的服务器和属性创建 LdapDirectoryIdentifier 类的实例。 此构造函数创建代表一组 LDAP 服务器的标识符。

LdapDirectoryIdentifier(String, Int32, Boolean, Boolean)

LdapDirectoryIdentifier(String, Int32, Boolean, Boolean) 构造函数通过使用指定的服务器和属性创建 LdapDirectoryIdentifier 类的实例。 此构造函数创建代表一组 LDAP 服务器的标识符。

LdapDirectoryIdentifier(String[], Int32, Boolean, Boolean)

LdapDirectoryIdentifier(String[], Int32, Boolean, Boolean) 构造函数通过使用指定的服务器和属性创建 LdapDirectoryIdentifier 类的实例。 此构造函数创建代表一组 LDAP 服务器的标识符。

LdapDirectoryIdentifier(String)

Source:
LdapDirectoryIdentifier.cs
Source:
LdapDirectoryIdentifier.cs
Source:
LdapDirectoryIdentifier.cs

LdapDirectoryIdentifier(String) 构造函数使用指定服务器创建 LdapDirectoryIdentifier 类的实例。

public:
 LdapDirectoryIdentifier(System::String ^ server);
public LdapDirectoryIdentifier (string server);
new System.DirectoryServices.Protocols.LdapDirectoryIdentifier : string -> System.DirectoryServices.Protocols.LdapDirectoryIdentifier
Public Sub New (server As String)

参数

server
String

服务器 ID。 指定服务器的字符串,它可以是域名、LDAP 服务器名或表示 LDAP 服务器 IP 地址的虚线字符串,或 null。 如果为 null,它表示与计算机帐户相关联的域中的任一域控制器的标识。

根据需要,此参数也可能包含端口号,并以冒号 (:) 与 ID 本身隔开。

例外

server 具有空间。

适用于

LdapDirectoryIdentifier(String, Int32)

Source:
LdapDirectoryIdentifier.cs
Source:
LdapDirectoryIdentifier.cs
Source:
LdapDirectoryIdentifier.cs

LdapDirectoryIdentifier(String, Int32) 构造函数通过使用指定的服务器和属性创建 LdapDirectoryIdentifier 类的实例。 此构造函数创建代表一组 LDAP 服务器的标识符。

public:
 LdapDirectoryIdentifier(System::String ^ server, int portNumber);
public LdapDirectoryIdentifier (string server, int portNumber);
new System.DirectoryServices.Protocols.LdapDirectoryIdentifier : string * int -> System.DirectoryServices.Protocols.LdapDirectoryIdentifier
Public Sub New (server As String, portNumber As Integer)

参数

server
String

服务器 ID。 用于指定服务器的字符串,可以是域名、LDAP 服务器名或表示 LDAP 服务器 IP 地址的虚线字符串。 根据需要,此参数也可能包含端口号,并以冒号 (:) 与 ID 本身隔开。

portNumber
Int32

连接到服务器时要使用的端口号。

例外

server 具有空间。

适用于

LdapDirectoryIdentifier(String, Boolean, Boolean)

Source:
LdapDirectoryIdentifier.cs
Source:
LdapDirectoryIdentifier.cs
Source:
LdapDirectoryIdentifier.cs

LdapDirectoryIdentifier(String, Boolean, Boolean) 构造函数通过使用指定的服务器和属性创建 LdapDirectoryIdentifier 类的实例。 此构造函数创建代表一组 LDAP 服务器的标识符。

public:
 LdapDirectoryIdentifier(System::String ^ server, bool fullyQualifiedDnsHostName, bool connectionless);
public LdapDirectoryIdentifier (string server, bool fullyQualifiedDnsHostName, bool connectionless);
new System.DirectoryServices.Protocols.LdapDirectoryIdentifier : string * bool * bool -> System.DirectoryServices.Protocols.LdapDirectoryIdentifier
Public Sub New (server As String, fullyQualifiedDnsHostName As Boolean, connectionless As Boolean)

参数

server
String

服务器 ID。 用于指定服务器的字符串,可以是域名、LDAP 服务器名或表示 LDAP 服务器 IP 地址的虚线字符串。 根据需要,此参数也可能包含端口号,并以冒号 (:) 与 ID 本身隔开。

fullyQualifiedDnsHostName
Boolean

如果服务器中的每个元素都是完全限定的 DNS 主机名,则为true 。 如果是 false,则元素可以为 IP 地址、DNS 域名、主机名或 null。 如果为 null,它表示与计算机帐户相关联的域中的任一域控制器的标识。

connectionless
Boolean

如果连接为 UDP,则为 true;如果连接使用 TCP/IP,则为 false

例外

server 仅包含空白。

适用于

LdapDirectoryIdentifier(String[], Boolean, Boolean)

Source:
LdapDirectoryIdentifier.cs
Source:
LdapDirectoryIdentifier.cs
Source:
LdapDirectoryIdentifier.cs

LdapDirectoryIdentifier(String, Boolean, Boolean) 构造函数通过使用指定的服务器和属性创建 LdapDirectoryIdentifier 类的实例。 此构造函数创建代表一组 LDAP 服务器的标识符。

public:
 LdapDirectoryIdentifier(cli::array <System::String ^> ^ servers, bool fullyQualifiedDnsHostName, bool connectionless);
public LdapDirectoryIdentifier (string[] servers, bool fullyQualifiedDnsHostName, bool connectionless);
new System.DirectoryServices.Protocols.LdapDirectoryIdentifier : string[] * bool * bool -> System.DirectoryServices.Protocols.LdapDirectoryIdentifier
Public Sub New (servers As String(), fullyQualifiedDnsHostName As Boolean, connectionless As Boolean)

参数

servers
String[]

服务器 ID。 用于指定服务器的字符串,可以是域名、LDAP 服务器名或表示 LDAP 服务器 IP 地址的虚线字符串。 根据需要,此参数也可能包含端口号,并以冒号 (:) 与 ID 本身隔开。

fullyQualifiedDnsHostName
Boolean

如果服务器中的每个元素都是完全限定的 DNS 主机名,则为true 。 如果是 false,则元素可以为 IP 地址、DNS 域名、主机名或 null。 如果为 null,它表示与计算机帐户相关联的域中的任何域控制器的标识。

connectionless
Boolean

如果连接为 UDP,则为 true;如果连接使用 TCP/IP,则为 false

例外

server 具有空间。

适用于

LdapDirectoryIdentifier(String, Int32, Boolean, Boolean)

Source:
LdapDirectoryIdentifier.cs
Source:
LdapDirectoryIdentifier.cs
Source:
LdapDirectoryIdentifier.cs

LdapDirectoryIdentifier(String, Int32, Boolean, Boolean) 构造函数通过使用指定的服务器和属性创建 LdapDirectoryIdentifier 类的实例。 此构造函数创建代表一组 LDAP 服务器的标识符。

public:
 LdapDirectoryIdentifier(System::String ^ server, int portNumber, bool fullyQualifiedDnsHostName, bool connectionless);
public LdapDirectoryIdentifier (string server, int portNumber, bool fullyQualifiedDnsHostName, bool connectionless);
new System.DirectoryServices.Protocols.LdapDirectoryIdentifier : string * int * bool * bool -> System.DirectoryServices.Protocols.LdapDirectoryIdentifier
Public Sub New (server As String, portNumber As Integer, fullyQualifiedDnsHostName As Boolean, connectionless As Boolean)

参数

server
String

服务器 ID。 用于指定服务器的字符串,可以是域名、LDAP 服务器名或表示 LDAP 服务器 IP 地址的虚线字符串。 根据需要,此参数也可能包含端口号,并以冒号 (:) 与 ID 本身隔开。

portNumber
Int32

连接到服务器时要使用的端口号。

fullyQualifiedDnsHostName
Boolean

如果服务器中的每个元素都是完全限定的 DNS 主机名,则为true 。 如果是 false,则元素可以为 IP 地址、DNS 域名、主机名或 null。 如果为 null,它表示与计算机帐户相关联的域中的任何域控制器的标识。

connectionless
Boolean

如果连接为 UDP,则为 true;如果连接使用 TCP/IP,则为 false

例外

server 具有空间。

适用于

LdapDirectoryIdentifier(String[], Int32, Boolean, Boolean)

Source:
LdapDirectoryIdentifier.cs
Source:
LdapDirectoryIdentifier.cs
Source:
LdapDirectoryIdentifier.cs

LdapDirectoryIdentifier(String[], Int32, Boolean, Boolean) 构造函数通过使用指定的服务器和属性创建 LdapDirectoryIdentifier 类的实例。 此构造函数创建代表一组 LDAP 服务器的标识符。

public:
 LdapDirectoryIdentifier(cli::array <System::String ^> ^ servers, int portNumber, bool fullyQualifiedDnsHostName, bool connectionless);
public LdapDirectoryIdentifier (string[] servers, int portNumber, bool fullyQualifiedDnsHostName, bool connectionless);
new System.DirectoryServices.Protocols.LdapDirectoryIdentifier : string[] * int * bool * bool -> System.DirectoryServices.Protocols.LdapDirectoryIdentifier
Public Sub New (servers As String(), portNumber As Integer, fullyQualifiedDnsHostName As Boolean, connectionless As Boolean)

参数

servers
String[]

服务器 ID。 用于指定服务器的字符串,可以是域名、LDAP 服务器名或表示 LDAP 服务器 IP 地址的虚线字符串。 根据需要,此参数也可能包含端口号,并以冒号 (:) 与 ID 本身隔开。

portNumber
Int32

连接到服务器时要使用的端口号。

fullyQualifiedDnsHostName
Boolean

如果服务器中的每个元素都是完全限定的 DNS 主机名,则为true 。 如果是 false,则元素可以为 IP 地址、DNS 域名、主机名或 null。 如果为 null,它表示与计算机帐户相关联的域中的任何域控制器的标识。

connectionless
Boolean

如果连接为 UDP,则为 true;如果连接使用 TCP/IP,则为 false

例外

server 具有空间。

适用于