4 references to IsLockedOutAsync
Microsoft.AspNetCore.Identity (4)
SignInManager.cs (4)
518if (await UserManager.IsLockedOutAsync(user)) 1131if (await UserManager.IsLockedOutAsync(user)) 1195if (await UserManager.IsLockedOutAsync(user)) 1500return UserManager.SupportsUserLockout && await UserManager.IsLockedOutAsync(user);