6 references to UserClaims
Microsoft.AspNetCore.Identity.EntityFrameworkCore (6)
UserStore.cs (6)
411return await UserClaims.Where(uc => uc.UserId.Equals(user.Id)).Select(c => c.ToClaim()).ToListAsync(cancellationToken); 428UserClaims.Add(CreateUserClaim(user, claim)); 448var matchedClaims = await UserClaims.Where(uc => uc.UserId.Equals(user.Id) && uc.ClaimValue == claim.Value && uc.ClaimType == claim.Type).ToListAsync(cancellationToken); 470var matchedClaims = await UserClaims.Where(uc => uc.UserId.Equals(user.Id) && uc.ClaimValue == claim.Value && uc.ClaimType == claim.Type).ToListAsync(cancellationToken); 473UserClaims.Remove(c); 587var query = from userclaims in UserClaims