LdapConnection 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
LdapConnection 類別會建立對 Microsoft Active Directory 網域服務或 LDAP 伺服器的 TCP/IP 或 UDP LDAP 連接。
public ref class LdapConnection : System::DirectoryServices::Protocols::DirectoryConnection, IDisposable
public class LdapConnection : System.DirectoryServices.Protocols.DirectoryConnection, IDisposable
type LdapConnection = class
inherit DirectoryConnection
interface IDisposable
Public Class LdapConnection
Inherits DirectoryConnection
Implements IDisposable
- 繼承
- 實作
備註
ClientCertificates如果同時設定物件上的 LdapConnection 屬性和 QueryClientCertificate 物件上的 LdapSessionOptions 屬性,則會忽略 屬性中指定的ClientCertificates憑證。
建構函式
LdapConnection(LdapDirectoryIdentifier) |
LdapConnection(LdapDirectoryIdentifier) 建構函式使用指定的目錄識別項,建立 LdapConnection 類別的執行個體。 登入認證和交涉驗證 (Negotiate Authentication) 用於對 LDAP 伺服器的連接。 |
LdapConnection(LdapDirectoryIdentifier, NetworkCredential) |
LdapConnection(LdapDirectoryIdentifier, NetworkCredential) 建構函式使用指定的目錄識別項和網路認證,建立 LdapConnection 類別的執行個體。 使用交涉驗證。 |
LdapConnection(LdapDirectoryIdentifier, NetworkCredential, AuthType) |
LdapConnection(LdapDirectoryIdentifier, NetworkCredential, AuthType) 建構函式使用指定的目錄識別項、網路認證和驗證類型,建立 LdapConnection 類別的執行個體。 |
LdapConnection(String) |
LdapConnection(String) 建構函式會使用指定的伺服器,建立 LdapConnection 類別的執行個體。 |
屬性
AuthType |
AuthType 屬性包含受支援的驗證類型。 |
AutoBind |
AutoBind 屬性指定是否允許自動繫結。 |
ClientCertificates |
取得要傳送以進行驗證的一或多個客戶端憑證。 (繼承來源 DirectoryConnection) |
Credential |
Credential 屬性包含物件的網路認證。 |
Directory |
取得應該建立連接的網域或伺服器。 (繼承來源 DirectoryConnection) |
SessionOptions |
SessionOptions 屬性包含指定工作階段 (Session) 選項的 LdapSessionOptions 物件。 |
Timeout |
Timeout 屬性包含 LdapConnection 逾時之前所經過的時間長度 (以秒為單位)。 |