4 references to IsLockedOutAsync
Microsoft.AspNetCore.Identity (4)
SignInManager.cs (4)
509if (await UserManager.IsLockedOutAsync(user)) 933if (await UserManager.IsLockedOutAsync(user)) 997if (await UserManager.IsLockedOutAsync(user)) 1301return UserManager.SupportsUserLockout && await UserManager.IsLockedOutAsync(user);