2 references to GetAccessControl
PresentationUI (1)
MS\Internal\Documents\Application\DocumentStream.cs (1)
533
FileSecurity originalSecurity = originalInfo.
GetAccessControl
(AccessControlSections.Access);
System.IO.FileSystem.AccessControl (1)
System\IO\FileSystemAclExtensions.cs (1)
39
return
GetAccessControl
(fileInfo, AccessControlSections.Access | AccessControlSections.Owner | AccessControlSections.Group);