4 references to Context
System.Web (4)
Security\WindowsAuthenticationModule.cs (4)
93if (e.Context.User == null) 96e.Context.User = e.User; 98e.Context.SetPrincipalNoDemand(AnonymousPrincipal, false /*needToSetNativePrincipal*/); 100e.Context.SetPrincipalNoDemand(new WindowsPrincipal(e.Identity), false /*needToSetNativePrincipal*/);