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