Freigeben über


IdentityErrorDescriber.PasswordMismatch Methode

Definition

Gibt einen zurück IdentityError , der einen Kennwortkonflikt angibt.

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

Gibt zurück

Ein IdentityError , der auf einen Kennwortkonflikt hinweist.

Gilt für: