IdentityErrorDescriber.PasswordRequiresNonAlphanumeric Method

Definition

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

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

Returns

An IdentityError indicating a password entered does not contain a non-alphanumeric character.

Applies to