SecurityNamespace.QueryAccessControlList Method

Gets the AccessControlList objects that are associated with the specified token and identity descriptors.

Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

'宣言
Public MustOverride Function QueryAccessControlList ( _
    token As String, _
    descriptors As IEnumerable(Of IdentityDescriptor), _
    includeExtendedInfo As Boolean _
) As AccessControlList
public abstract AccessControlList QueryAccessControlList(
    string token,
    IEnumerable<IdentityDescriptor> descriptors,
    bool includeExtendedInfo
)
public:
virtual AccessControlList^ QueryAccessControlList(
    String^ token, 
    IEnumerable<IdentityDescriptor^>^ descriptors, 
    bool includeExtendedInfo
) abstract
abstract QueryAccessControlList : 
        token:string * 
        descriptors:IEnumerable<IdentityDescriptor> * 
        includeExtendedInfo:bool -> AccessControlList 
public abstract function QueryAccessControlList(
    token : String, 
    descriptors : IEnumerable<IdentityDescriptor>, 
    includeExtendedInfo : boolean
) : AccessControlList

Parameters

  • includeExtendedInfo
    Type: System.Boolean
    True to include extended information. False to exclude extended information.

Return Value

Type: Microsoft.TeamFoundation.Framework.Client.AccessControlList
AccessControlList objects that are associated with the specified token and identity descriptors.

.NET Framework Security

See Also

Reference

SecurityNamespace Class

Microsoft.TeamFoundation.Framework.Client Namespace