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