4 references to Claims
Microsoft.AspNetCore.Identity.InMemory.Test (4)
InMemoryStore.cs (4)
128
var claims = role.
Claims
.Select(c => new Claim(c.ClaimType, c.ClaimValue)).ToList();
134
role.
Claims
.Add(new PocoRoleClaim<string> { ClaimType = claim.Type, ClaimValue = claim.Value, RoleId = role.Id });
141
role.
Claims
.FirstOrDefault(
145
role.
Claims
.Remove(entity);