JAMS Developer Guide
GetAccessControl(AccessControlSections) Method


MVPSI.JAMS Namespace > Credential Class > GetAccessControl Method : GetAccessControl(AccessControlSections) Method
Gets a CredentialSecurity object that encapsulates the access control list (ACL) entries for the Credential described by the current Credential object.
Syntax
'Declaration
 
Public Overloads Function GetAccessControl( _
   ByVal includeSections As System.Security.AccessControl.AccessControlSections _
) As CredentialSecurity
'Usage
 
Dim instance As Credential
Dim includeSections As System.Security.AccessControl.AccessControlSections
Dim value As CredentialSecurity
 
value = instance.GetAccessControl(includeSections)
public CredentialSecurity GetAccessControl( 
   System.Security.AccessControl.AccessControlSections includeSections
)

Parameters

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

Credential Class
Credential Members
Overload List