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 プロパティと QueryClientCertificate オブジェクトの LdapConnection プロパティの両方がLdapSessionOptions設定されている場合、プロパティでClientCertificates指定された証明書は無視されます。
コンストラクター
LdapConnection(LdapDirectoryIdentifier) |
LdapConnection(LdapDirectoryIdentifier) コンストラクターは、指定されたディレクトリ識別子を使用して、LdapConnection クラスのインスタンスを作成します。 ログオン資格情報とネゴシエート認証を使用して、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 |
認証用に送信する 1 つ以上のクライアント証明書を取得します。 (継承元 DirectoryConnection) |
Credential |
Credential プロパティは、オブジェクトのネットワーク資格情報を格納します。 |
Directory |
接続するドメインまたはサーバーを取得します。 (継承元 DirectoryConnection) |
SessionOptions |
SessionOptions プロパティは、セッション オプションを指定する LdapSessionOptions オブジェクトを格納します。 |
Timeout |
Timeout プロパティは、LdapConnection がタイムアウトするまでの時間の長さ (秒) を格納します。 |
メソッド
適用対象
.NET