Compartir a través de


AuthenticablePrincipal.AllowReversiblePasswordEncryption Propiedad

Definición

Obtiene o establece un valor booleano que especifica si el cifrado de contraseña reversible está habilitado para esta cuenta.

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

Valor de propiedad

Es true si el cifrado de contraseña reversible está habilitado para esta cuenta; de lo contrario, es false.

Excepciones

El almacén subyacente no admite esta propiedad.

Se aplica a