5 references to WindowsIdentity
System.IdentityModel (1)
System\IdentityModel\SecurityUtils.cs (1)
701
return new
WindowsIdentity
(token);
System.ServiceModel (3)
System\ServiceModel\ComIntegration\ComPlusAuthorization.cs (2)
143
anonymousIdentity = new
WindowsIdentity
(tokenHandle.DangerousGetHandle());
187
processIdentity = new
WindowsIdentity
(tokenHandle.DangerousGetHandle());
System\ServiceModel\Security\SecurityUtils.cs (1)
508
return new
WindowsIdentity
(token);
System.Web (1)
Configuration\RemoteWebConfigurationHost.cs (1)
74
_Identity = (tokenHandle == IntPtr.Zero) ? null : new
WindowsIdentity
(tokenHandle); //CreateWindowsIdentity(username, domain, password, tokenHandle);