19 references to AddClaimAsync
Identity.ExternalClaims (1)
Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test (6)
Microsoft.AspNetCore.Identity.Specification.Tests (7)
UserManagerSpecificationTests.cs (7)
712IdentityResultAssert.IsSuccess(await manager.AddClaimAsync(user, c));
743IdentityResultAssert.IsSuccess(await manager.AddClaimAsync(user, c));
744IdentityResultAssert.IsSuccess(await manager.AddClaimAsync(user2, c));
771IdentityResultAssert.IsSuccess(await manager.AddClaimAsync(user, new Claim("c", "a")));
796IdentityResultAssert.IsSuccess(await manager.AddClaimAsync(user, new Claim("c", "a")));
797IdentityResultAssert.IsSuccess(await manager.AddClaimAsync(user2, new Claim("c", "a")));
1927IdentityResultAssert.IsSuccess(await manager.AddClaimAsync(user, new Claim("foo", "bar")));
Microsoft.AspNetCore.Identity.Test (5)