3 references to CreateAttribute
System.IdentityModel (3)
System\IdentityModel\Tokens\SamlSecurityTokenHandler.cs (3)
449attributes.Add(CreateAttribute(claim, tokenDescriptor)); 532actingAsAttributes.Add(CreateAttribute(claim, tokenDescriptor)); 540attributes.Add(CreateAttribute(new Claim(ClaimTypes.Actor, CreateXmlStringFromAttributes(collectedAttributes), ClaimValueTypes.String), tokenDescriptor));