1 write to _AnonymousAccess
System.Web (1)
Security\FileAuthorizationModule.cs (1)
216
oSecDesc.
_AnonymousAccess
= fAllowed;
3 references to _AnonymousAccess
System.Web (3)
Security\FileAuthorizationModule.cs (3)
208
fAllowed = oSecDesc.
_AnonymousAccess
;
225
pathData.AnonymousAccessAllowed = oSecDesc.
_AnonymousAccess
;
316
if (oSecDesc._AnonymousAccessChecked && oSecDesc.
_AnonymousAccess
)