System.Security.AccessControl.NativeObjectSecurity.NativeObjectSecurity C# (CSharp) Method

NativeObjectSecurity() protected method

protected NativeObjectSecurity ( bool isContainer, System resourceType )
isContainer bool
resourceType System
        protected NativeObjectSecurity(bool isContainer, System.Security.AccessControl.ResourceType resourceType) : base(default(bool)) { }
        protected NativeObjectSecurity(bool isContainer, System.Security.AccessControl.ResourceType resourceType, System.Runtime.InteropServices.SafeHandle handle, System.Security.AccessControl.AccessControlSections includeSections) : base(default(bool)) { }

Same methods

NativeObjectSecurity::NativeObjectSecurity ( bool isContainer, System resourceType, System handle, System includeSections )
NativeObjectSecurity::NativeObjectSecurity ( bool isContainer, System resourceType, System handle, System includeSections, System exceptionFromErrorCode, object exceptionContext )
NativeObjectSecurity::NativeObjectSecurity ( bool isContainer, System resourceType, System exceptionFromErrorCode, object exceptionContext )
NativeObjectSecurity::NativeObjectSecurity ( bool isContainer, System resourceType, string name, System includeSections )
NativeObjectSecurity::NativeObjectSecurity ( bool isContainer, System resourceType, string name, System includeSections, System exceptionFromErrorCode, object exceptionContext )
NativeObjectSecurity::NativeObjectSecurity ( ResourceType resourceType, CommonSecurityDescriptor securityDescriptor ) : Microsoft.Win32
NativeObjectSecurity::NativeObjectSecurity ( ResourceType resourceType, CommonSecurityDescriptor securityDescriptor, ExceptionFromErrorCode exceptionFromErrorCode ) : Microsoft.Win32
NativeObjectSecurity::NativeObjectSecurity ( bool isContainer, ResourceType resourceType ) : Microsoft.Win32
NativeObjectSecurity::NativeObjectSecurity ( bool isContainer, ResourceType resourceType, ExceptionFromErrorCode exceptionFromErrorCode, object exceptionContext ) : Microsoft.Win32
NativeObjectSecurity::NativeObjectSecurity ( bool isContainer, ResourceType resourceType, SafeHandle handle, AccessControlSections includeSections ) : Microsoft.Win32
NativeObjectSecurity::NativeObjectSecurity ( bool isContainer, ResourceType resourceType, SafeHandle handle, AccessControlSections includeSections, ExceptionFromErrorCode exceptionFromErrorCode, object exceptionContext ) : Microsoft.Win32
NativeObjectSecurity::NativeObjectSecurity ( bool isContainer, ResourceType resourceType, string name, AccessControlSections includeSections ) : Microsoft.Win32
NativeObjectSecurity::NativeObjectSecurity ( bool isContainer, ResourceType resourceType, string name, AccessControlSections includeSections, ExceptionFromErrorCode exceptionFromErrorCode, object exceptionContext ) : Microsoft.Win32