4 references to RemovePasswordAsync
Microsoft.AspNetCore.Identity.Specification.Tests (1)
UserManagerSpecificationTests.cs (1)
672IdentityResultAssert.IsSuccess(await manager.RemovePasswordAsync(user));
Microsoft.AspNetCore.Identity.Test (3)
UserManagerTest.cs (3)
980await Assert.ThrowsAsync<NotSupportedException>(() => manager.RemovePasswordAsync(null)); 1415async () => await manager.RemovePasswordAsync(null)); 1509await Assert.ThrowsAsync<ObjectDisposedException>(() => manager.RemovePasswordAsync(null));