LdapConnection.SessionOptions プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 プロパティで指定された証明書は無視されます。