10 references to RemoveLoginAsync
Identity.ExternalClaims (1)
IdentitySample.Mvc (1)
Microsoft.AspNetCore.Identity.Specification.Tests (1)
Microsoft.AspNetCore.Identity.Test (5)
UserManagerTest.cs (5)
753await Assert.ThrowsAsync<NotSupportedException>(async () => await manager.RemoveLoginAsync(null, null, null));
1036async () => await manager.RemoveLoginAsync(null, null, null));
1038async () => await manager.RemoveLoginAsync(null, "", null));
1077async () => await manager.RemoveLoginAsync(null, "", ""));
1164await Assert.ThrowsAsync<ObjectDisposedException>(() => manager.RemoveLoginAsync(null, null, null));
Microsoft.AspNetCore.Identity.UI (2)