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