17 references to Owner
Microsoft.Win32.Registry (2)
Microsoft\Win32\RegistryKey.cs (1)
592
return GetAccessControl(AccessControlSections.Access | AccessControlSections.
Owner
| AccessControlSections.Group);
System\Security\AccessControl\RegistrySecurity.cs (1)
148
persistRules |= AccessControlSections.
Owner
;
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)
111
persistRules |= AccessControlSections.
Owner
;
System.Security.AccessControl (5)
System\Security\AccessControl\NativeObjectSecurity.cs (1)
194
if ((includeSections & AccessControlSections.
Owner
) != 0 && _securityDescriptor.Owner != null)
System\Security\AccessControl\ObjectSecurity.cs (1)
90
if ((includeSections & AccessControlSections.
Owner
) != 0)
System\Security\AccessControl\ObjectSecurityT.cs (1)
290
persistRules |= AccessControlSections.
Owner
;
System\Security\AccessControl\SecurityDescriptor.cs (1)
215
if ((includeSections & AccessControlSections.
Owner
) != 0)
System\Security\AccessControl\Win32.cs (1)
84
if ((accessControlSections & AccessControlSections.
Owner
) != 0)
System.Threading.AccessControl (6)
System\Security\AccessControl\EventWaitHandleSecurity.cs (1)
166
persistRules |= AccessControlSections.
Owner
;
System\Security\AccessControl\MutexSecurity.cs (1)
160
persistRules |= AccessControlSections.
Owner
;
System\Security\AccessControl\SemaphoreSecurity.cs (1)
154
persistRules |= AccessControlSections.
Owner
;
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);