LdapConnection.SessionOptions 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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憑證。