1 reference to RequireDigit
Microsoft.Extensions.Identity.Core (1)
PasswordValidator.cs (1)
56if (options.RequireDigit && !password.Any(IsDigit))