14 references to WindowsIdentity
System.IdentityModel (8)
System\IdentityModel\SecurityUtils.cs (1)
697
return new
WindowsIdentity
(token, authenticationType);
System\IdentityModel\Selectors\WindowsUserNameSecurityTokenAuthenticator.cs (1)
58
WindowsIdentity windowsIdentity = new
WindowsIdentity
(tokenHandle.DangerousGetHandle(), SecurityUtils.AuthTypeBasic);
System\IdentityModel\Selectors\X509SecurityTokenAuthenticator.cs (2)
112
windowsIdentity = new
WindowsIdentity
(initialWindowsIdentity.Token, SecurityUtils.AuthTypeCertMap);
277
return new
WindowsIdentity
(tokenHandle.DangerousGetHandle(), SecurityUtils.AuthTypeCertMap);
System\IdentityModel\Tokens\KerberosReceiverSecurityToken.cs (1)
268
WindowsIdentity windowsIdentity = new
WindowsIdentity
( tokenHandle.DangerousGetHandle(), SecurityUtils.AuthTypeKerberos);
System\IdentityModel\Tokens\KerberosSecurityTokenHandler.cs (1)
95
WindowsIdentity wi = new
WindowsIdentity
(kerbToken.WindowsIdentity.Token, kerbToken.WindowsIdentity.AuthenticationType);
System\IdentityModel\Tokens\SessionSecurityToken.cs (1)
941
identity = new
WindowsIdentity
(winId.Token, authenticationType);
System\IdentityModel\Tokens\X509SecurityTokenHandler.cs (1)
556
windowsIdentity = new
WindowsIdentity
(x509WindowsSecurityToken.WindowsIdentity.Token, x509WindowsSecurityToken.AuthenticationType);
System.ServiceModel (5)
System\ServiceModel\Security\IdentityModelServiceAuthorizationManager.cs (2)
235
WindowsIdentity claimsIdentity = new
WindowsIdentity
( windowsSecurityToken.WindowsIdentity.Token,
524
claimsIdentity = MergeClaims(claimsIdentity, new
WindowsIdentity
(windowsClaimSet.WindowsIdentity.Token,
System\ServiceModel\Security\SecurityUtils.cs (1)
506
return new
WindowsIdentity
(token, authType);
System\ServiceModel\Security\SpnegoTokenAuthenticator.cs (1)
136
WindowsIdentity windowsIdentity = new
WindowsIdentity
(contextToken.DangerousGetHandle(), windowsNegotiation.ProtocolName);
System\ServiceModel\Security\TlsSspiNegotiation.cs (1)
688
mappedIdentity = new
WindowsIdentity
(token.DangerousGetHandle(), SecurityUtils.AuthTypeCertMap);
System.Web (1)
Management\WebEvents.cs (1)
1961
_iprincipal = new WindowsPrincipal(new
WindowsIdentity
(winIdentity.Token, winIdentity.AuthenticationType));