IdentityErrorDescriber.PasswordMismatch 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 une incompatibilité de mot de passe.
public:
virtual Microsoft::AspNetCore::Identity::IdentityError ^ PasswordMismatch();
public virtual Microsoft.AspNetCore.Identity.IdentityError PasswordMismatch ();
abstract member PasswordMismatch : unit -> Microsoft.AspNetCore.Identity.IdentityError
override this.PasswordMismatch : unit -> Microsoft.AspNetCore.Identity.IdentityError
Public Overridable Function PasswordMismatch () As IdentityError
Retours
IdentityError indiquant une incompatibilité de mot de passe.