3 references to Impersonate
mscorlib (3)
system\security\principal\windowsidentity.cs (2)
661return Impersonate(ref stackMark); 676return wi.Impersonate(ref stackMark);
system\security\securitycontext.cs (1)
482scsw.wic = sc.WindowsIdentity.Impersonate(ref stackMark);