1
該應用程序使用模擬和Windows身份驗證運行。 這三種情況有什麼不同?通過aspnet應用程序獲取WindowsIdentity的不同方法
System.Threading.Thread.CurrentPrincipal.Identity 作爲的WindowsIdentity
WindowsIdentity.GetCurrent()
((HttpContext的)上下文).User.Identity 作爲的WindowsIdentity