2 references to IsDigit
Microsoft.Extensions.Identity.Core (2)
PasswordValidator.cs (2)
56if (options.RequireDigit && !password.Any(IsDigit)) 119return IsUpper(c) || IsLower(c) || IsDigit(c);