2009-02-25 68 views

回答

5

在谷歌搜索之後找到了答案。

using System.Security.Principal; 
WindowsImpersonationContext ctx = 
     WindowsIdentity.Impersonate(System.IntPtr.Zero); 
//do stuff in app pool's security context 
ctx.Undo(); 

http://www.mindsharpblogs.com/todd/archive/2005/05/03/467.aspx

+0

可以請你添加的東西相關的應用程序池的安全上下文 – 2014-12-23 13:06:07

相關問題