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

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

설명

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

적용 대상