3 references to SetLockoutEnabledAsync
Microsoft.AspNetCore.Identity.Specification.Tests (1)
UserManagerSpecificationTests.cs (1)
1233IdentityResultAssert.IsSuccess(await mgr.SetLockoutEnabledAsync(user, true));
Microsoft.AspNetCore.Identity.Test (2)
UserManagerTest.cs (2)
917await Assert.ThrowsAsync<NotSupportedException>(async () => await manager.SetLockoutEnabledAsync(null, true)); 1137async () => await manager.SetLockoutEnabledAsync(null, false));