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