2 references to RequiredLength
Microsoft.Extensions.Identity.Core (2)
PasswordValidator.cs (2)
46if (string.IsNullOrWhiteSpace(password) || password.Length < options.RequiredLength) 49errors.Add(Describer.PasswordTooShort(options.RequiredLength));