LdapConnection.SessionOptions 속성

정의

SessionOptions 속성에는 세션 옵션을 지정하는 LdapSessionOptions 개체가 포함되어 있습니다.

public:
 property System::DirectoryServices::Protocols::LdapSessionOptions ^ SessionOptions { System::DirectoryServices::Protocols::LdapSessionOptions ^ get(); };
public System.DirectoryServices.Protocols.LdapSessionOptions SessionOptions { get; }
member this.SessionOptions : System.DirectoryServices.Protocols.LdapSessionOptions
Public ReadOnly Property SessionOptions As LdapSessionOptions

속성 값

LdapSessionOptions 세션 옵션을 지정하는 개체입니다.

설명

ClientCertificates 개체의 LdapConnection 속성과 QueryClientCertificate 개체의 LdapSessionOptions 속성이 모두 설정된 경우 ClientCertificates 속성에 지정된 인증서는 무시됩니다.

적용 대상