Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ NativeObjectSecurity() [6/7]

System.Security.AccessControl.NativeObjectSecurity.NativeObjectSecurity ( bool isContainer,
ResourceType resourceType,
SafeHandle? handle,
AccessControlSections includeSections,
ExceptionFromErrorCode? exceptionFromErrorCode,
object? exceptionContext )
inlineprotected

Definition at line 55 of file NativeObjectSecurity.cs.

56 : this(resourceType, CreateInternal(resourceType, isContainer, null, handle, includeSections, createByName: false, exceptionFromErrorCode, exceptionContext), exceptionFromErrorCode)
57 {
58 }
static CommonSecurityDescriptor CreateInternal(ResourceType resourceType, bool isContainer, string name, SafeHandle handle, AccessControlSections includeSections, bool createByName, ExceptionFromErrorCode exceptionFromErrorCode, object exceptionContext)