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