Sdílet prostřednictvím


IdentityErrorDescriber.UserAlreadyHasPassword Metoda

Definice

Vrátí hodnotu označující IdentityError , že uživatel už heslo má.

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

Návraty

Označuje IdentityError , že uživatel už heslo má.

Platí pro