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