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