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