10 references to RemoveLoginAsync
Identity.ExternalClaims (1)
IdentitySample.Mvc (1)
Microsoft.AspNetCore.Identity.Specification.Tests (1)
Microsoft.AspNetCore.Identity.Test (5)
UserManagerTest.cs (5)
1052await Assert.ThrowsAsync<NotSupportedException>(async () => await manager.RemoveLoginAsync(null, null, null));
1367async () => await manager.RemoveLoginAsync(null, null, null));
1369async () => await manager.RemoveLoginAsync(null, "", null));
1412async () => await manager.RemoveLoginAsync(null, "", ""));
1507await Assert.ThrowsAsync<ObjectDisposedException>(() => manager.RemoveLoginAsync(null, null, null));
Microsoft.AspNetCore.Identity.UI (2)