28 references to Access
mscorlib (20)
microsoft\win32\registrykey.cs (1)
1636
return GetAccessControl(AccessControlSections.
Access
| AccessControlSections.Owner | AccessControlSections.Group);
system\io\directory.cs (1)
567
return new DirectorySecurity(path, AccessControlSections.
Access
| AccessControlSections.Owner | AccessControlSections.Group);
system\io\directoryinfo.cs (1)
310
return Directory.GetAccessControl(FullPath, AccessControlSections.
Access
| AccessControlSections.Owner | AccessControlSections.Group);
system\io\file.cs (1)
723
return GetAccessControl(path, AccessControlSections.
Access
| AccessControlSections.Owner | AccessControlSections.Group);
system\io\fileinfo.cs (1)
232
return File.GetAccessControl(FullPath, AccessControlSections.
Access
| AccessControlSections.Owner | AccessControlSections.Group);
system\io\filestream.cs (1)
1255
return new FileSecurity(_handle, _fileName, AccessControlSections.
Access
| AccessControlSections.Owner | AccessControlSections.Group);
system\security\accesscontrol\cryptokeysecurity.cs (1)
251
changedSections |= AccessControlSections.
Access
;
system\security\accesscontrol\eventwaithandlesecurity.cs (1)
171
persistRules = AccessControlSections.
Access
;
system\security\accesscontrol\filesecurity.cs (1)
424
persistRules = AccessControlSections.
Access
;
system\security\accesscontrol\mutexsecurity.cs (1)
171
persistRules = AccessControlSections.
Access
;
system\security\accesscontrol\nativeobjectsecurity.cs (1)
233
if (( includeSections & AccessControlSections.
Access
) != 0 && _securityDescriptor.IsDiscretionaryAclPresent )
system\security\accesscontrol\objectsecurity.cs (1)
129
if (( includeSections & AccessControlSections.
Access
) != 0 )
system\security\accesscontrol\objectsecurityt.cs (1)
265
persistRules = AccessControlSections.
Access
;
system\security\accesscontrol\registrysecurity.cs (1)
197
persistRules = AccessControlSections.
Access
;
system\security\accesscontrol\securitydescriptor.cs (1)
231
if (( includeSections & AccessControlSections.
Access
) != 0 )
system\security\accesscontrol\win32.cs (1)
112
if (( accessControlSections & AccessControlSections.
Access
) != 0 )
system\security\cryptography\utils.cs (2)
246
if ((accessControlSections & AccessControlSections.
Access
) != 0)
297
if ((accessControlSections & AccessControlSections.
Access
) != 0 && cryptoKeySecurity._securityDescriptor.IsDiscretionaryAclPresent)
system\threading\eventwaithandle.cs (1)
287
return new EventWaitHandleSecurity(safeWaitHandle, AccessControlSections.
Access
| AccessControlSections.Owner | AccessControlSections.Group);
system\threading\mutex.cs (1)
502
return new MutexSecurity(safeWaitHandle, AccessControlSections.
Access
| AccessControlSections.Owner | AccessControlSections.Group);
System (2)
sys\system\security\accesscontrol\semaphoresecurity.cs (1)
166
persistRules = AccessControlSections.
Access
;
sys\system\threading\semaphore.cs (1)
333
return new SemaphoreSecurity(SafeWaitHandle, AccessControlSections.
Access
| AccessControlSections.Owner | AccessControlSections.Group);
System.Configuration (1)
System\Configuration\Internal\WriteFileContext.cs (1)
133
fileSecurity = File.GetAccessControl( source, AccessControlSections.
Access
);
System.Core (3)
System\IO\MemoryMappedFiles\MemoryMappedFile.cs (1)
638
return new MemoryMappedFileSecurity(_handle, AccessControlSections.
Access
| AccessControlSections.Owner | AccessControlSections.Group);
System\IO\Pipes\PipeSecurity.cs (1)
403
persistRules = AccessControlSections.
Access
;
System\IO\Pipes\PipeStream.cs (1)
973
return new PipeSecurity(m_handle, AccessControlSections.
Access
| AccessControlSections.Owner | AccessControlSections.Group);
System.Web (2)
Configuration\RemoteWebConfigurationHostServer.cs (2)
294
AccessControlSections.
Access
|
301
AccessControlSections.
Access
);