1 implementation of GetLockoutEnabledAsync
Microsoft.Extensions.Identity.Stores (1)
UserStoreBase.cs (1)
632public virtual Task<bool> GetLockoutEnabledAsync(TUser user, CancellationToken cancellationToken = default(CancellationToken))
3 references to GetLockoutEnabledAsync
Microsoft.Extensions.Identity.Core (3)
UserManager.cs (3)
1718if (!await store.GetLockoutEnabledAsync(user, CancellationToken).ConfigureAwait(false)) 1757return await store.GetLockoutEnabledAsync(user, CancellationToken).ConfigureAwait(false); 1788if (!await store.GetLockoutEnabledAsync(user, CancellationToken).ConfigureAwait(false))