GetObjectAcl Method
See Also 
SourceCode.Authorization.Client Namespace > AuthorizationClient Class : GetObjectAcl Method



objectID
The object ID.

Glossary Item Box

Gets an Authorization object access control list.

Syntax

Visual Basic (Declaration) 
Public Function GetObjectAcl( _
   ByVal objectID As Guid _
) As IEnumerable(Of IAuthorizationObjectAce)
Visual Basic (Usage)Copy Code
Dim instance As AuthorizationClient
Dim objectID As Guid
Dim value As IEnumerable(Of IAuthorizationObjectAce)
 
value = instance.GetObjectAcl(objectID)
C++/CLI 
public:
IEnumerable<IAuthorizationObjectAce^>^ GetObjectAcl( 
   Guid objectID
) 

Parameters

objectID
The object ID.

Return Value

A list containing the access control entries for an object.

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