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