MembershipPasswordAttribute.PasswordStrengthError 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 l’attribut PasswordStrengthError
.
public:
property System::String ^ PasswordStrengthError { System::String ^ get(); void set(System::String ^ value); };
public string PasswordStrengthError { get; set; }
member this.PasswordStrengthError : string with get, set
Public Property PasswordStrengthError As String
Valeur de propriété
Attribut PasswordStrengthError
.
Remarques
La PasswordStrengthError propriété contient le littéral, la chaîne non localisée ou la clé de ressource que vous pouvez utiliser avec une ResourceType propriété pour configurer le message d’erreur localisé. Le message d’erreur s’affiche lorsque le mot de passe fourni est plus petit que la MinRequiredPasswordLength propriété.