1 implementation of SetPasswordHashAsync
Microsoft.Extensions.Identity.Stores (1)
UserStoreBase.cs (1)
273
public virtual Task
SetPasswordHashAsync
(TUser user, string? passwordHash, CancellationToken cancellationToken = default(CancellationToken))
1 reference to SetPasswordHashAsync
Microsoft.Extensions.Identity.Core (1)
UserManager.cs (1)
2832
await passwordStore.
SetPasswordHashAsync
(user, hash, CancellationToken).ConfigureAwait(false);