2 references to DirectorySecurity
System.IO.FileSystem.AccessControl (2)
System\IO\FileSystemAclExtensions.cs (2)
17return new DirectorySecurity(directoryInfo.FullName, AccessControlSections.Access | AccessControlSections.Owner | AccessControlSections.Group); 24return new DirectorySecurity(directoryInfo.FullName, includeSections);