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