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)
19private readonly ResourceType _resourceType; 29protected NativeObjectSecurity(bool isContainer, ResourceType resourceType) 35protected NativeObjectSecurity(bool isContainer, ResourceType resourceType, ExceptionFromErrorCode? exceptionFromErrorCode, object? exceptionContext) 42internal NativeObjectSecurity(ResourceType resourceType, CommonSecurityDescriptor securityDescriptor) 47internal NativeObjectSecurity(ResourceType resourceType, CommonSecurityDescriptor securityDescriptor, ExceptionFromErrorCode? exceptionFromErrorCode) 54protected NativeObjectSecurity(bool isContainer, ResourceType resourceType, string? name, AccessControlSections includeSections, ExceptionFromErrorCode? exceptionFromErrorCode, object? exceptionContext) 59protected NativeObjectSecurity(bool isContainer, ResourceType resourceType, string? name, AccessControlSections includeSections) 64protected NativeObjectSecurity(bool isContainer, ResourceType resourceType, SafeHandle? handle, AccessControlSections includeSections, ExceptionFromErrorCode? exceptionFromErrorCode, object? exceptionContext) 69protected NativeObjectSecurity(bool isContainer, ResourceType resourceType, SafeHandle? handle, AccessControlSections includeSections) 74private 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)
181protected ObjectSecurity(bool isContainer, ResourceType resourceType) 185protected ObjectSecurity(bool isContainer, ResourceType resourceType, string? name, AccessControlSections includeSections) 189protected ObjectSecurity(bool isContainer, ResourceType resourceType, string? name, AccessControlSections includeSections, ExceptionFromErrorCode? exceptionFromErrorCode, object? exceptionContext) 193protected ObjectSecurity(bool isContainer, ResourceType resourceType, SafeHandle? safeHandle, AccessControlSections includeSections) 197protected ObjectSecurity(bool isContainer, ResourceType resourceType, SafeHandle? safeHandle, AccessControlSections includeSections, ExceptionFromErrorCode? exceptionFromErrorCode, object? exceptionContext)
System\Security\AccessControl\Win32.cs (2)
58ResourceType resourceType, 190ResourceType 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)