JAMS Developer Guide
Persist(SafeHandle,AccessControlSections) Method


MVPSI.JAMS Namespace > JAMSSecurity Class > Persist Method : Persist(SafeHandle,AccessControlSections) Method
Syntax
'Declaration
 
<System.Security.SecuritySafeCriticalAttribute()>
Protected Overloads Overridable Sub Persist( _
   ByVal handle As System.Runtime.InteropServices.SafeHandle, _
   ByVal includeSections As System.Security.AccessControl.AccessControlSections _
) 
'Usage
 
Dim instance As JAMSSecurity
Dim handle As System.Runtime.InteropServices.SafeHandle
Dim includeSections As System.Security.AccessControl.AccessControlSections
 
instance.Persist(handle, includeSections)
[System.Security.SecuritySafeCritical()]
protected virtual void Persist( 
   System.Runtime.InteropServices.SafeHandle handle,
   System.Security.AccessControl.AccessControlSections includeSections
)

Parameters

handle
includeSections
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

JAMSSecurity Class
JAMSSecurity Members
Overload List