共用方式為


IdentityErrorDescriber.PasswordMismatch 方法

定義

傳回 , IdentityError 表示密碼不符。

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

傳回

IdentityError 表示密碼不符。

適用於