LdapConnection.SessionOptions 屬性

定義

SessionOptions 屬性包含指定工作階段 (Session) 選項的 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如果同時設定物件上的 LdapConnection 屬性和 QueryClientCertificate 物件上的 LdapSessionOptions 屬性,則會忽略 屬性中指定的ClientCertificates憑證。

適用於