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

◆ NativeObjectSecurity() [4/7]

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

Definition at line 45 of file NativeObjectSecurity.cs.

46 : this(resourceType, CreateInternal(resourceType, isContainer, name, null, includeSections, createByName: true, exceptionFromErrorCode, exceptionContext), exceptionFromErrorCode)
47 {
48 }
static CommonSecurityDescriptor CreateInternal(ResourceType resourceType, bool isContainer, string name, SafeHandle handle, AccessControlSections includeSections, bool createByName, ExceptionFromErrorCode exceptionFromErrorCode, object exceptionContext)