AuthenticablePrincipal.AllowReversiblePasswordEncryption Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit une valeur booléenne qui spécifie si le chiffrement de mot de passe réversible est activé pour ce compte.
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
Valeur de propriété
true si le chiffrement de mot de passe réversible est activé pour ce compte ; sinon false.
Exceptions
Le magasin sous-jacent ne prend pas en charge cette propriété.