6 references to Federation
System.IdentityModel (6)
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (3)
423return new WindowsIdentity(wi.Token, AuthenticationTypes.Federation, WindowsAccountType.Normal, true); 1952subject.Actor = new ClaimsIdentity(claims, AuthenticationTypes.Federation); 2055ClaimsIdentity subject = new ClaimsIdentity(AuthenticationTypes.Federation, SamlSecurityTokenRequirement.NameClaimType, SamlSecurityTokenRequirement.RoleClaimType);
System\IdentityModel\Tokens\SamlSecurityTokenHandler.cs (3)
1070return new WindowsIdentity(wi.Token, AuthenticationTypes.Federation, WindowsAccountType.Normal, true); 1117ClaimsIdentity subject = new ClaimsIdentity(AuthenticationTypes.Federation, 1499subject.Actor = new ClaimsIdentity(claims, AuthenticationTypes.Federation);