11 references to AuthenticationTypes
System.IdentityModel (9)
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 (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);
System\IdentityModel\Tokens\WindowsUserNameSecurityTokenHandler.cs (1)
101WindowsIdentity windowsIdentity = new WindowsIdentity(tokenHandle.DangerousGetHandle(), AuthenticationTypes.Password, WindowsAccountType.Normal, true);
System\IdentityModel\Tokens\X509SecurityTokenHandler.cs (1)
542identity = new ClaimsIdentity(AuthenticationTypes.X509);
System.ServiceModel (2)
System\ServiceModel\Security\IdentityModelServiceAuthorizationManager.cs (2)
236AuthenticationTypes.Windows ); 525AuthenticationTypes.Negotiate));