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