共用方式為


IdentityErrorDescriber.UserAlreadyHasPassword 方法

定義

傳回 , IdentityError 指出使用者已經有密碼。

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

傳回

IdentityError 表示使用者已經有密碼。

適用於