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)
979await Assert.ThrowsAsync<NotSupportedException>(() => manager.RemovePasswordAsync(null)); 1414async () => await manager.RemovePasswordAsync(null)); 1508await Assert.ThrowsAsync<ObjectDisposedException>(() => manager.RemovePasswordAsync(null));