1 write to _AnonUser
System.Web (1)
Security\UrlAuthorizationModule.cs (1)
173_AnonUser = new GenericPrincipal(new GenericIdentity(String.Empty, String.Empty), new String[0]);
2 references to _AnonUser
System.Web (2)
Security\UrlAuthorizationModule.cs (2)
172if (_AnonUser == null) 175return !settings.IsUserAllowed(_AnonUser, context.Request.RequestType);