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 プロパティで指定された証明書は無視されます。
Ldap |
LdapConnection(LdapDirectoryIdentifier, NetworkCredential, AuthType) コンストラクターは、指定したディレクトリ識別子、ネットワーク資格情報、認証の種類を使用して、LdapConnection クラスのインスタンスを作成します。 |
Ldap |
LdapConnection(LdapDirectoryIdentifier, NetworkCredential) コンストラクターは、指定したディレクトリ識別子とネットワーク資格情報を使用して、LdapConnection クラスのインスタンスを作成します。 ネゴシエート認証が使用されます。 |
Ldap |
LdapConnection(LdapDirectoryIdentifier) コンストラクターは、指定したディレクトリ識別子を使用して、LdapConnection クラスのインスタンスを作成します。 ログオン資格情報とネゴシエート認証は、LDAP サーバーへの接続に使用されます。 |
Ldap |
LdapConnection(String) コンストラクターは、指定したサーバーを使用して、LdapConnection クラスのインスタンスを作成します。 |
Auth |
AuthType プロパティには、サポートされている認証の種類が含まれています。 |
Auto |
AutoBind プロパティは、自動バインドを許可するかどうかを指定します。 |
Client |
認証用に送信する 1 つ以上のクライアント証明書を取得します。 (継承元 DirectoryConnection) |
Credential |
Credential プロパティには、オブジェクトのネットワーク資格情報が含まれています。 |
Directory |
接続するドメインまたはサーバーを取得します。 (継承元 DirectoryConnection) |
Session |
SessionOptions プロパティには、セッション オプションを指定する LdapSessionOptions オブジェクトが含まれています。 |
Timeout |
Timeout プロパティには、LdapConnection がタイムアウトするまでの時間 (秒単位) が含まれます。 |
製品 | バージョン |
---|---|
.NET | 6, 7, 8, 9 |
.NET Framework | 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET Standard | 2.0 |
.NET に関するフィードバック
.NET はオープンソース プロジェクトです。 フィードバックを提供するにはリンクを選択します。