代码之家  ›  专栏  ›  技术社区  ›  Max Schmeling

如何以编程方式删除ASP.Net中的模拟?

  •  0
  • Max Schmeling  · 技术社区  · 14 年前

    2 回复  |  直到 14 年前
        1
  •  2
  •   Michael Paulukonis    13 年前

    老问题,我知道,但这能满足你的要求吗?

    using (System.Security.Principal.WindowsImpersonationContext wic = 
             System.Security.Principal.WindowsIdentity.Impersonate(IntPtr.Zero))
    {
        // code here
    }
    
        2
  •  1
  •   Tim Robinson    14 年前