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)
2098
if (!await store.
GetLockoutEnabledAsync
(user, CancellationToken).ConfigureAwait(false))
2146
return await store.
GetLockoutEnabledAsync
(user, CancellationToken).ConfigureAwait(false);
2193
if (!await store.
GetLockoutEnabledAsync
(user, CancellationToken).ConfigureAwait(false))