LdapSessionOptions.Signing Propiedad

Definición

La Signing propiedad habilita el cifrado Kerberos.

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

Valor de propiedad

Esta propiedad es true si el cifrado Kerberos está habilitado o false si no lo es.

Excepciones

El LdapConnection objeto ya está eliminado.

Se aplica a