10 references to RemoveLoginAsync
Identity.ExternalClaims (1)
IdentitySample.Mvc (1)
Microsoft.AspNetCore.Identity.Specification.Tests (1)
Microsoft.AspNetCore.Identity.Test (5)
UserManagerTest.cs (5)
1053await Assert.ThrowsAsync<NotSupportedException>(async () => await manager.RemoveLoginAsync(null, null, null));
1368async () => await manager.RemoveLoginAsync(null, null, null));
1370async () => await manager.RemoveLoginAsync(null, "", null));
1413async () => await manager.RemoveLoginAsync(null, "", ""));
1508await Assert.ThrowsAsync<ObjectDisposedException>(() => manager.RemoveLoginAsync(null, null, null));
Microsoft.AspNetCore.Identity.UI (2)