3 references to PasswordHasher
Microsoft.AspNetCore.Identity (1)
IdentityServiceCollectionExtensions.cs (1)
96
services.TryAddScoped<IPasswordHasher<TUser>,
PasswordHasher
<TUser>>();
Microsoft.Extensions.Identity.Core (2)
IdentityServiceCollectionExtensions.cs (1)
43
services.TryAddScoped<IPasswordHasher<TUser>,
PasswordHasher
<TUser>>();
PasswordHasher.cs (1)
42
/// Creates a new instance of <see cref="
PasswordHasher
{TUser}"/>.