3 references to RemoveClaimAsync
Microsoft.AspNetCore.Identity.Specification.Tests (3)
IdentitySpecificationTestBase.cs (3)
250IdentityResultAssert.IsSuccess(await manager.RemoveClaimAsync(role, claims[0])); 255IdentityResultAssert.IsSuccess(await manager.RemoveClaimAsync(role, claims[1])); 260IdentityResultAssert.IsSuccess(await manager.RemoveClaimAsync(role, claims[2]));