2 writes to ClaimType
Microsoft.Extensions.Identity.Stores (2)
IdentityRoleClaim.cs (1)
50ClaimType = other?.Type;
RoleStoreBase.cs (1)
247=> new TRoleClaim { RoleId = role.Id, ClaimType = claim.Type, ClaimValue = claim.Value };
1 reference to ClaimType
Microsoft.Extensions.Identity.Stores (1)
IdentityRoleClaim.cs (1)
41return new Claim(ClaimType!, ClaimValue!);