17 references to Group
Microsoft.Win32.Registry (2)
Microsoft\Win32\RegistryKey.cs (1)
592
return GetAccessControl(AccessControlSections.Access | AccessControlSections.Owner | AccessControlSections.
Group
);
System\Security\AccessControl\RegistrySecurity.cs (1)
153
persistRules |= AccessControlSections.
Group
;
System.IO.FileSystem.AccessControl (4)
System\IO\FileSystemAclExtensions.cs (3)
17
return new DirectorySecurity(directoryInfo.FullName, AccessControlSections.Access | AccessControlSections.Owner | AccessControlSections.
Group
);
39
return GetAccessControl(fileInfo, AccessControlSections.Access | AccessControlSections.Owner | AccessControlSections.
Group
);
75
return new FileSecurity(handle, AccessControlSections.Access | AccessControlSections.Owner | AccessControlSections.
Group
);
System\Security\AccessControl\FileSystemSecurity.cs (1)
113
persistRules |= AccessControlSections.
Group
;
System.Security.AccessControl (5)
System\Security\AccessControl\NativeObjectSecurity.cs (1)
200
if ((includeSections & AccessControlSections.
Group
) != 0 && _securityDescriptor.Group != null)
System\Security\AccessControl\ObjectSecurity.cs (1)
96
if ((includeSections & AccessControlSections.
Group
) != 0)
System\Security\AccessControl\ObjectSecurityT.cs (1)
294
persistRules |= AccessControlSections.
Group
;
System\Security\AccessControl\SecurityDescriptor.cs (1)
220
if ((includeSections & AccessControlSections.
Group
) != 0)
System\Security\AccessControl\Win32.cs (1)
89
if ((accessControlSections & AccessControlSections.
Group
) != 0)
System.Threading.AccessControl (6)
System\Security\AccessControl\EventWaitHandleSecurity.cs (1)
168
persistRules |= AccessControlSections.
Group
;
System\Security\AccessControl\MutexSecurity.cs (1)
162
persistRules |= AccessControlSections.
Group
;
System\Security\AccessControl\SemaphoreSecurity.cs (1)
156
persistRules |= AccessControlSections.
Group
;
System\Threading\ThreadingAclExtensions.cs (3)
16
return new EventWaitHandleSecurity(handle.GetSafeWaitHandle(), AccessControlSections.Access | AccessControlSections.Owner | AccessControlSections.
Group
);
28
return new MutexSecurity(mutex.GetSafeWaitHandle(), AccessControlSections.Access | AccessControlSections.Owner | AccessControlSections.
Group
);
40
return new SemaphoreSecurity(semaphore.GetSafeWaitHandle(), AccessControlSections.Access | AccessControlSections.Owner | AccessControlSections.
Group
);