LdapConnection.SessionOptions Vlastnost

Definice

Vlastnost SessionOptions obsahuje LdapSessionOptions objekt, který určuje možnosti relace.

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

Hodnota vlastnosti

Objekt LdapSessionOptions , který určuje možnosti relace.

Poznámky

ClientCertificates Pokud je vlastnost objektu LdapConnection i QueryClientCertificate vlastnost objektu LdapSessionOptions nastavena, certifikát zadaný ve ClientCertificates vlastnosti se ignoruje.

Platí pro