IdentityErrorDescriber.PasswordTooShort(Int32) 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 du spécifié length
ne répond pas aux exigences de longueur minimale.
public:
virtual Microsoft::AspNetCore::Identity::IdentityError ^ PasswordTooShort(int length);
public virtual Microsoft.AspNetCore.Identity.IdentityError PasswordTooShort (int length);
abstract member PasswordTooShort : int -> Microsoft.AspNetCore.Identity.IdentityError
override this.PasswordTooShort : int -> Microsoft.AspNetCore.Identity.IdentityError
Public Overridable Function PasswordTooShort (length As Integer) As IdentityError
Paramètres
- length
- Int32
Longueur qui n’est pas assez longue.
Retours
Indiquant IdentityError qu’un mot de passe du spécifié length
ne répond pas aux exigences de longueur minimale.