9 references to Impersonate
System (6)
compmod\system\codedom\compiler\Executor.cs (1)
338
return WindowsIdentity.
Impersonate
(new IntPtr(0));
net\System\Net\_NTAuthentication.cs (1)
443
using (WindowsIdentity.
Impersonate
(IntPtr.Zero))
net\System\Net\_SecureChannel.cs (2)
398
using (WindowsIdentity.
Impersonate
(IntPtr.Zero))
881
using (WindowsIdentity.
Impersonate
(IntPtr.Zero))
net\System\Net\Configuration\DefaultProxySection.cs (2)
171
using(WindowsIdentity.
Impersonate
(IntPtr.Zero))
217
using(WindowsIdentity.
Impersonate
(IntPtr.Zero))
System.Configuration (1)
System\Configuration\ClientConfigurationHost.cs (1)
494
return WindowsIdentity.
Impersonate
(IntPtr.Zero);
System.ServiceModel (1)
System\ServiceModel\ComIntegration\ComPlusAuthorization.cs (1)
542
impersonateContext = WindowsIdentity.
Impersonate
(clientIdentity.Token);
System.ServiceModel.Routing (1)
System\ServiceModel\Routing\MessageRpc.cs (1)
67
autoRevert = WindowsIdentity.
Impersonate
(IntPtr.Zero);