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