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