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