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