31 references to ResourceType
Microsoft.Win32.Registry (2)
System\Security\AccessControl\RegistrySecurity.cs (2)
89: base(true, ResourceType.RegistryKey) 94: base(true, ResourceType.RegistryKey, hKey, includeSections, _HandleErrorCode, null)
mscorlib (1)
src\runtime\src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
847[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.AccessControl.ResourceType))]
System.IO.FileSystem.AccessControl (2)
System\Security\AccessControl\FileSystemSecurity.cs (2)
13private const ResourceType s_ResourceType = ResourceType.FileObject;
System.Security.AccessControl (17)
System\Security\AccessControl\NativeObjectSecurity.cs (10)
28private readonly ResourceType _resourceType; 48protected NativeObjectSecurity(bool isContainer, ResourceType resourceType) 54protected NativeObjectSecurity(bool isContainer, ResourceType resourceType, ExceptionFromErrorCode? exceptionFromErrorCode, object? exceptionContext) 61internal NativeObjectSecurity(ResourceType resourceType, CommonSecurityDescriptor securityDescriptor) 66internal NativeObjectSecurity(ResourceType resourceType, CommonSecurityDescriptor securityDescriptor, ExceptionFromErrorCode? exceptionFromErrorCode) 73protected NativeObjectSecurity(bool isContainer, ResourceType resourceType, string? name, AccessControlSections includeSections, ExceptionFromErrorCode? exceptionFromErrorCode, object? exceptionContext) 78protected NativeObjectSecurity(bool isContainer, ResourceType resourceType, string? name, AccessControlSections includeSections) 83protected NativeObjectSecurity(bool isContainer, ResourceType resourceType, SafeHandle? handle, AccessControlSections includeSections, ExceptionFromErrorCode? exceptionFromErrorCode, object? exceptionContext) 88protected NativeObjectSecurity(bool isContainer, ResourceType resourceType, SafeHandle? handle, AccessControlSections includeSections) 97private static CommonSecurityDescriptor CreateInternal(ResourceType resourceType, bool isContainer, string? name, SafeHandle? handle, AccessControlSections includeSections, bool createByName, ExceptionFromErrorCode? exceptionFromErrorCode, object? exceptionContext)
System\Security\AccessControl\ObjectSecurityT.cs (5)
217protected ObjectSecurity(bool isContainer, ResourceType resourceType) 221protected ObjectSecurity(bool isContainer, ResourceType resourceType, string? name, AccessControlSections includeSections) 225protected ObjectSecurity(bool isContainer, ResourceType resourceType, string? name, AccessControlSections includeSections, ExceptionFromErrorCode? exceptionFromErrorCode, object? exceptionContext) 229protected ObjectSecurity(bool isContainer, ResourceType resourceType, SafeHandle? safeHandle, AccessControlSections includeSections) 233protected ObjectSecurity(bool isContainer, ResourceType resourceType, SafeHandle? safeHandle, AccessControlSections includeSections, ExceptionFromErrorCode? exceptionFromErrorCode, object? exceptionContext)
System\Security\AccessControl\Win32.cs (2)
70ResourceType resourceType, 210ResourceType type,
System.Threading.AccessControl (9)
System\Security\AccessControl\EventWaitHandleSecurity.cs (3)
113: base(true, ResourceType.KernelObject) 118: base(true, ResourceType.KernelObject, name, includeSections, HandleErrorCode, null) 124: base(true, ResourceType.KernelObject, handle, includeSections, HandleErrorCode, null)
System\Security\AccessControl\MutexSecurity.cs (3)
107: base(true, ResourceType.KernelObject) 112: base(true, ResourceType.KernelObject, name, includeSections, HandleErrorCode, null) 118: base(true, ResourceType.KernelObject, handle, includeSections, HandleErrorCode, null)
System\Security\AccessControl\SemaphoreSecurity.cs (3)
101: base(true, ResourceType.KernelObject) 106: base(true, ResourceType.KernelObject, name, includeSections, HandleErrorCode, null) 112: base(true, ResourceType.KernelObject, handle, includeSections, HandleErrorCode, null)