LdapConnection.SessionOptions Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
La proprietà SessionOptions contiene un oggetto LdapSessionOptions che specifica le opzioni di sessione.
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
Valore della proprietà
Oggetto LdapSessionOptions che specifica le opzioni di sessione.
Commenti
Se la ClientCertificates proprietà dell'oggetto LdapConnection e QueryClientCertificate della proprietà dell'oggetto LdapSessionOptions sono entrambe impostate, il certificato specificato nella ClientCertificates proprietà viene ignorato.