2 instantiations of FileSecurityDescriptorWrapper
System.Web (2)
Security\FileAuthorizationModule.cs (2)
252
return new
FileSecurityDescriptorWrapper
(fileName);
262
oSecDesc = new
FileSecurityDescriptorWrapper
(fileName);
8 references to FileSecurityDescriptorWrapper
System.Web (8)
Security\FileAuthorizationModule.cs (8)
92
FileSecurityDescriptorWrapper
oSecDesc = GetFileSecurityDescriptorWrapper(vPath.MapPath(), out freeDescriptor);
200
FileSecurityDescriptorWrapper
oSecDesc = GetFileSecurityDescriptorWrapper(fileName, out freeDescriptor);
249
private static
FileSecurityDescriptorWrapper
GetFileSecurityDescriptorWrapper(string fileName, out bool freeDescriptor) {
257
FileSecurityDescriptorWrapper
oSecDesc = HttpRuntime.Cache.InternalCache.Get(oCacheKey) as
FileSecurityDescriptorWrapper
;
300
FileSecurityDescriptorWrapper
oSecDesc;
312
if (sec == null || !(sec is
FileSecurityDescriptorWrapper
))
315
oSecDesc = (
FileSecurityDescriptorWrapper
) sec;