1 reference to IsLetterOrDigit
Microsoft.Extensions.Identity.Core (1)
PasswordValidator.cs (1)
51
if (options.RequireNonAlphanumeric && password.All(
IsLetterOrDigit
))