1 write to claimType
System.IdentityModel (1)
System\IdentityModel\Claims\Claim.cs (1)
61this.claimType = StringUtil.OptimizeString(claimType);
4 references to claimType
System.IdentityModel (4)
System\IdentityModel\Claims\Claim.cs (4)
97get { return this.claimType; } 205comparer = ClaimComparer.GetComparer(this.claimType); 212comparer = ClaimComparer.GetComparer(this.claimType); 218return string.Format(CultureInfo.CurrentCulture, "{0}: {1}", this.right, this.claimType);