LdapConnection クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
LdapConnection クラスは、Microsoft Active Directory Domain Services または 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
- 継承
- 実装
注釈
LdapConnection オブジェクトの ClientCertificates プロパティと LdapSessionOptions オブジェクトの QueryClientCertificate プロパティの両方が設定されている場合、ClientCertificates プロパティで指定された証明書は無視されます。
コンストラクター
LdapConnection(LdapDirectoryIdentifier, NetworkCredential, AuthType) |
LdapConnection(LdapDirectoryIdentifier, NetworkCredential, AuthType) コンストラクターは、指定したディレクトリ識別子、ネットワーク資格情報、認証の種類を使用して、LdapConnection クラスのインスタンスを作成します。 |
LdapConnection(LdapDirectoryIdentifier, NetworkCredential) |
LdapConnection(LdapDirectoryIdentifier, NetworkCredential) コンストラクターは、指定したディレクトリ識別子とネットワーク資格情報を使用して、LdapConnection クラスのインスタンスを作成します。 ネゴシエート認証が使用されます。 |
LdapConnection(LdapDirectoryIdentifier) |
LdapConnection(LdapDirectoryIdentifier) コンストラクターは、指定したディレクトリ識別子を使用して、LdapConnection クラスのインスタンスを作成します。 ログオン資格情報とネゴシエート認証は、LDAP サーバーへの接続に使用されます。 |
LdapConnection(String) |
LdapConnection(String) コンストラクターは、指定したサーバーを使用して、LdapConnection クラスのインスタンスを作成します。 |
プロパティ
AuthType |
AuthType プロパティには、サポートされている認証の種類が含まれています。 |
AutoBind |
AutoBind プロパティは、自動バインドを許可するかどうかを指定します。 |
ClientCertificates |
認証用に送信する 1 つ以上のクライアント証明書を取得します。 (継承元 DirectoryConnection) |
Credential |
Credential プロパティには、オブジェクトのネットワーク資格情報が含まれています。 |
Directory |
接続するドメインまたはサーバーを取得します。 (継承元 DirectoryConnection) |
SessionOptions |
SessionOptions プロパティには、セッション オプションを指定する LdapSessionOptions オブジェクトが含まれています。 |
Timeout |
Timeout プロパティには、LdapConnection がタイムアウトするまでの時間 (秒単位) が含まれます。 |
メソッド
適用対象
.NET