LdapConnection.SessionOptions Proprietà

Definizione

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.

Si applica a