IdentityErrorDescriber.PasswordMismatch 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回 , 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 表示密碼不符。