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