2 writes to ClaimType
Microsoft.Extensions.Identity.Stores (2)
IdentityRoleClaim.cs (1)
50
ClaimType
= 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)
41
return new Claim(
ClaimType
!, ClaimValue!);