IdentityErrorDescriber.UserAlreadyHasPassword Method

Definition

Returns an IdentityError indicating a user already has a password.

public:
 virtual Microsoft::AspNetCore::Identity::IdentityError ^ UserAlreadyHasPassword();
public virtual Microsoft.AspNetCore.Identity.IdentityError UserAlreadyHasPassword ();
abstract member UserAlreadyHasPassword : unit -> Microsoft.AspNetCore.Identity.IdentityError
override this.UserAlreadyHasPassword : unit -> Microsoft.AspNetCore.Identity.IdentityError
Public Overridable Function UserAlreadyHasPassword () As IdentityError

Returns

An IdentityError indicating a user already has a password.

Applies to