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