LdapSessionOptions.SecureSocketLayer Propiedad

Definición

La propiedad SecureSocketLayer habilita la capa de sockets seguros en la conexión.

public:
 property bool SecureSocketLayer { bool get(); void set(bool value); };
public bool SecureSocketLayer { get; set; }
member this.SecureSocketLayer : bool with get, set
Public Property SecureSocketLayer As Boolean

Valor de propiedad

Esta propiedad es true si se habilita la capa de sockets seguros o false si no se habilita.

Excepciones

El objeto LdapConnection ya se ha eliminado.

Se aplica a