36 references to ResourceType
mscorlib (29)
system\security\accesscontrol\cryptokeysecurity.cs (2)
143
private const
ResourceType
s_ResourceType =
ResourceType
.FileObject;
system\security\accesscontrol\eventwaithandlesecurity.cs (3)
117
: base(true,
ResourceType
.KernelObject)
123
: base(true,
ResourceType
.KernelObject, name, includeSections, _HandleErrorCode, null)
130
: base(true,
ResourceType
.KernelObject, handle, includeSections, _HandleErrorCode, null)
system\security\accesscontrol\filesecurity.cs (2)
319
private const
ResourceType
s_ResourceType =
ResourceType
.FileObject;
system\security\accesscontrol\mutexsecurity.cs (3)
117
: base(true,
ResourceType
.KernelObject)
123
: base(true,
ResourceType
.KernelObject, name, includeSections, _HandleErrorCode, null)
130
: base(true,
ResourceType
.KernelObject, handle, includeSections, _HandleErrorCode, null)
system\security\accesscontrol\nativeobjectsecurity.cs (10)
31
private readonly
ResourceType
_resourceType;
52
protected NativeObjectSecurity( bool isContainer,
ResourceType
resourceType )
58
protected NativeObjectSecurity(bool isContainer,
ResourceType
resourceType, ExceptionFromErrorCode exceptionFromErrorCode, object exceptionContext)
66
internal NativeObjectSecurity(
ResourceType
resourceType, CommonSecurityDescriptor securityDescriptor )
72
internal NativeObjectSecurity(
ResourceType
resourceType, CommonSecurityDescriptor securityDescriptor, ExceptionFromErrorCode exceptionFromErrorCode )
80
protected NativeObjectSecurity( bool isContainer,
ResourceType
resourceType, string name, AccessControlSections includeSections, ExceptionFromErrorCode exceptionFromErrorCode, object exceptionContext )
85
protected NativeObjectSecurity( bool isContainer,
ResourceType
resourceType, string name, AccessControlSections includeSections )
91
protected NativeObjectSecurity( bool isContainer,
ResourceType
resourceType, SafeHandle handle, AccessControlSections includeSections, ExceptionFromErrorCode exceptionFromErrorCode, object exceptionContext )
97
protected NativeObjectSecurity( bool isContainer,
ResourceType
resourceType, SafeHandle handle, AccessControlSections includeSections )
107
private 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)
207
protected ObjectSecurity(bool isContainer,
ResourceType
resourceType)
210
protected ObjectSecurity(bool isContainer,
ResourceType
resourceType, string name, AccessControlSections includeSections)
213
protected ObjectSecurity(bool isContainer,
ResourceType
resourceType, string name, AccessControlSections includeSections, ExceptionFromErrorCode exceptionFromErrorCode, object exceptionContext)
217
protected ObjectSecurity(bool isContainer,
ResourceType
resourceType, SafeHandle safeHandle, AccessControlSections includeSections)
221
protected ObjectSecurity(bool isContainer,
ResourceType
resourceType, SafeHandle safeHandle, AccessControlSections includeSections, ExceptionFromErrorCode exceptionFromErrorCode, object exceptionContext)
system\security\accesscontrol\registrysecurity.cs (2)
134
: base(true,
ResourceType
.RegistryKey)
153
: base(true,
ResourceType
.RegistryKey, hKey, includeSections, _HandleErrorCode, null )
system\security\accesscontrol\win32.cs (2)
80
ResourceType
resourceType,
241
ResourceType
type,
System (3)
sys\system\security\accesscontrol\semaphoresecurity.cs (3)
115
: base(true,
ResourceType
.KernelObject)
120
: base(true,
ResourceType
.KernelObject, name, includeSections, _HandleErrorCode, null)
126
: base(true,
ResourceType
.KernelObject, handle, includeSections, _HandleErrorCode, null)
System.Core (4)
System\IO\MemoryMappedFiles\MemoryMappedFileSecurity.cs (2)
56
: base(false,
ResourceType
.KernelObject)
61
: base(false,
ResourceType
.KernelObject, safeHandle, includeSections)
System\IO\Pipes\PipeSecurity.cs (2)
233
: base(false,
ResourceType
.KernelObject) { }
238
: base(false,
ResourceType
.KernelObject, safeHandle, includeSections) { }