1 implementation of HasPasswordAsync
Microsoft.Extensions.Identity.Stores (1)
UserStoreBase.cs (1)
303public virtual Task<bool> HasPasswordAsync(TUser user, CancellationToken cancellationToken = default(CancellationToken))
1 reference to HasPasswordAsync
Microsoft.Extensions.Identity.Core (1)
UserManager.cs (1)
818return passwordStore.HasPasswordAsync(user, CancellationToken);