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