3 references to GetCurrentWindowsIdentityWithAssert
System.Web (3)
Management\WebEvents.cs (2)
598Debug.Trace("WebEventRaiseDetails", "Calling ProcessEvent under " + HttpApplication.GetCurrentWindowsIdentityWithAssert().Name); 2145_accountName = HttpApplication.GetCurrentWindowsIdentityWithAssert().Name;
UI\Util.cs (1)
1399return HttpApplication.GetCurrentWindowsIdentityWithAssert().Name;