3 references to PasswordValidator
Microsoft.AspNetCore.Identity (1)
IdentityServiceCollectionExtensions.cs (1)
95services.TryAddScoped<IPasswordValidator<TUser>, PasswordValidator<TUser>>();
Microsoft.Extensions.Identity.Core (2)
IdentityServiceCollectionExtensions.cs (1)
42services.TryAddScoped<IPasswordValidator<TUser>, PasswordValidator<TUser>>();
PasswordValidator.cs (1)
19/// Constructions a new instance of <see cref="PasswordValidator{TUser}"/>.