IdentityErrorDescriber.PasswordRequiresDigit Method

Definition

Returns an IdentityError indicating a password entered does not contain a numeric character, which is required by the password policy.

public:
 virtual Microsoft::AspNetCore::Identity::IdentityError ^ PasswordRequiresDigit();
public virtual Microsoft.AspNetCore.Identity.IdentityError PasswordRequiresDigit ();
abstract member PasswordRequiresDigit : unit -> Microsoft.AspNetCore.Identity.IdentityError
override this.PasswordRequiresDigit : unit -> Microsoft.AspNetCore.Identity.IdentityError
Public Overridable Function PasswordRequiresDigit () As IdentityError

Returns

An IdentityError indicating a password entered does not contain a numeric character.

Applies to