3 references to ClaimsIdentity
System.IdentityModel (3)
System\IdentityModel\Tokens\RsaSecurityTokenHandler.cs (1)
169
ClaimsIdentity 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)
1952
subject.Actor = new
ClaimsIdentity
(claims, AuthenticationTypes.Federation);
System\IdentityModel\Tokens\SamlSecurityTokenHandler.cs (1)
1499
subject.Actor = new
ClaimsIdentity
(claims, AuthenticationTypes.Federation);