5 references to ApplicationIdentityToken
System.Web (5)
Hosting\HostingEnvironment.cs (1)
1719return (ApplicationIdentityToken != IntPtr.Zero);
HttpContext.cs (2)
2025if (HttpRuntime.IsOnUNCShareInternal && HostingEnvironment.ApplicationIdentityToken != IntPtr.Zero) { 2152IntPtr token = HostingEnvironment.ApplicationIdentityToken;
ImpersonationContext.cs (2)
150ImpersonateToken(new HandleRef(this, HostingEnvironment.ApplicationIdentityToken)); 172token = HostingEnvironment.ApplicationIdentityToken;