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

Persist() protected final method

protected final Persist ( SafeHandle handle, AccessControlSections includeSections ) : void
handle System.Runtime.InteropServices.SafeHandle
includeSections AccessControlSections
return void
        protected sealed override void Persist(SafeHandle handle, AccessControlSections includeSections)
        {
            Persist(handle, includeSections, _exceptionContext);
        }

Same methods

NativeObjectSecurity::Persist ( SafeHandle handle, AccessControlSections includeSections, object exceptionContext ) : void
NativeObjectSecurity::Persist ( System handle, System includeSections ) : void
NativeObjectSecurity::Persist ( System handle, System includeSections, object exceptionContext ) : void
NativeObjectSecurity::Persist ( string name, AccessControlSections includeSections ) : void
NativeObjectSecurity::Persist ( string name, AccessControlSections includeSections, object exceptionContext ) : void
NativeObjectSecurity::Persist ( string name, SafeHandle handle, AccessControlSections includeSections, object exceptionContext ) : void
NativeObjectSecurity::Persist ( string name, System includeSections ) : void
NativeObjectSecurity::Persist ( string name, System includeSections, object exceptionContext ) : void