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