6 references to Actor
System.IdentityModel (6)
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (3)
1235attributes.Add(this.CreateAttribute(new Claim(ClaimTypes.Actor, this.CreateXmlStringFromAttributes(collectedAttributes), ClaimValueTypes.String), tokenDescriptor)); 1830if (StringComparer.Ordinal.Equals(attribute.Name, ClaimTypes.Actor)) 1906if (innerAttribute.Name == ClaimTypes.Actor)
System\IdentityModel\Tokens\SamlSecurityTokenHandler.cs (3)
540attributes.Add(CreateAttribute(new Claim(ClaimTypes.Actor, CreateXmlStringFromAttributes(collectedAttributes), ClaimValueTypes.String), tokenDescriptor)); 1278if (claimType == ClaimTypes.Actor) 1457if (claimType == ClaimTypes.Actor)