1 write to AnonymousAccessAllowed
System.Web (1)
Security\FileAuthorizationModule.cs (1)
225pathData.AnonymousAccessAllowed = oSecDesc._AnonymousAccess;
2 references to AnonymousAccessAllowed
System.Web (2)
Security\FileAuthorizationModule.cs (2)
182if (pathData.AnonymousAccessAllowed) { // fast path when everyone has access 190return pathData.AnonymousAccessAllowed;