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 |
인증을 위해 보낼 클라이언트 인증서를 하나 이상 가져옵니다. (다음에서 상속됨 DirectoryConnection) |
Credential |
Credential 속성에는 개체에 대한 네트워크 자격 증명이 포함됩니다. |
Directory |
연결을 만들어야 하는 도메인 또는 서버를 가져옵니다. (다음에서 상속됨 DirectoryConnection) |
SessionOptions |
SessionOptions 속성에는 세션 옵션을 지정하는 LdapSessionOptions 개체가 포함되어 있습니다. |
Timeout |
Timeout 속성은 LdapConnection 시간 초과되기 전의 시간(초)을 포함합니다. |
메서드
적용 대상
.NET