3 references to ClaimsIdentity
System.IdentityModel (3)
System\IdentityModel\Tokens\RsaSecurityTokenHandler.cs (1)
169ClaimsIdentity identity = new ClaimsIdentity(new Claim[] { new Claim(ClaimTypes.Rsa, rsaToken.Rsa.ToXmlString(false), ClaimValueTypes.RsaKeyValue, ClaimsIdentity.DefaultIssuer) }, AuthenticationTypes.Signature);
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (1)
1952subject.Actor = new ClaimsIdentity(claims, AuthenticationTypes.Federation);
System\IdentityModel\Tokens\SamlSecurityTokenHandler.cs (1)
1499subject.Actor = new ClaimsIdentity(claims, AuthenticationTypes.Federation);