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