1 write to Describer
Microsoft.Extensions.Identity.Core (1)
PasswordValidator.cs (1)
24
Describer
= errors ?? new IdentityErrorDescriber();
6 references to Describer
Microsoft.Extensions.Identity.Core (6)
PasswordValidator.cs (6)
49
errors.Add(
Describer
.PasswordTooShort(options.RequiredLength));
54
errors.Add(
Describer
.PasswordRequiresNonAlphanumeric());
59
errors.Add(
Describer
.PasswordRequiresDigit());
64
errors.Add(
Describer
.PasswordRequiresLower());
69
errors.Add(
Describer
.PasswordRequiresUpper());
74
errors.Add(
Describer
.PasswordRequiresUniqueChars(options.RequiredUniqueChars));