IdentityErrorDescriber.PasswordMismatch Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns an IdentityError indicating a password mismatch.
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
Returns
An IdentityError indicating a password mismatch.