3 references to CreateAttribute
System.IdentityModel (3)
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (3)
1147attributes.Add(this.CreateAttribute(claim, tokenDescriptor)); 1228actingAsAttributes.Add(this.CreateAttribute(claim, tokenDescriptor)); 1235attributes.Add(this.CreateAttribute(new Claim(ClaimTypes.Actor, this.CreateXmlStringFromAttributes(collectedAttributes), ClaimValueTypes.String), tokenDescriptor));