4 references to IsLockedOutAsync
Microsoft.AspNetCore.Identity (4)
SignInManager.cs (4)
513if (await UserManager.IsLockedOutAsync(user)) 1092if (await UserManager.IsLockedOutAsync(user)) 1156if (await UserManager.IsLockedOutAsync(user)) 1460return UserManager.SupportsUserLockout && await UserManager.IsLockedOutAsync(user);