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

適用対象