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