3 writes to claimType
System.IdentityModel (3)
System\IdentityModel\Tokens\SamlAttribute.cs (3)
42this.claimType = string.IsNullOrEmpty(this.nameSpace) ? this.name : this.nameSpace + "/" + this.name; 79this.claimType = claim.ClaimType; 235this.claimType = string.IsNullOrEmpty(this.nameSpace) ? this.name : this.nameSpace + "/" + this.name;
1 reference to claimType
System.IdentityModel (1)
System\IdentityModel\Tokens\SamlAttribute.cs (1)
196tempClaims.Add(new Claim(this.claimType, this.attributeValues[i], Rights.PossessProperty));