IdentityErrorDescriber.PasswordRequiresLower Méthode
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.
Retourne un IdentityError indiquant qu’un mot de passe entré ne contient pas de lettre minuscule, ce qui est requis par la stratégie de mot de passe.
public:
virtual Microsoft::AspNetCore::Identity::IdentityError ^ PasswordRequiresLower();
public virtual Microsoft.AspNetCore.Identity.IdentityError PasswordRequiresLower ();
abstract member PasswordRequiresLower : unit -> Microsoft.AspNetCore.Identity.IdentityError
override this.PasswordRequiresLower : unit -> Microsoft.AspNetCore.Identity.IdentityError
Public Overridable Function PasswordRequiresLower () As IdentityError
Retours
Un IdentityError indiquant un mot de passe entré ne contient pas de lettre minuscule.