4 references to SafeImpersonate
mscorlib (4)
system\security\principal\windowsidentity.cs (4)
625
using (WindowsImpersonationContext wiContext =
SafeImpersonate
(safeAccessTokenHandle, wi, ref stackMark))
646
using (WindowsImpersonationContext wiContext =
SafeImpersonate
(safeAccessTokenHandle, wi, ref stackMark))
684
return
SafeImpersonate
(m_safeTokenHandle, this, ref stackMark);
720
return
SafeImpersonate
(s_invalidTokenHandle, null, ref stackMark);