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