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