次の方法で共有


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 オブジェクト。

注釈

LdapConnection オブジェクトのClientCertificates プロパティとLdapSessionOptions オブジェクトのQueryClientCertificate プロパティの両方が設定されている場合、ClientCertificates プロパティで指定された証明書は無視されます。

適用対象