Share via


SecurityHttpClient.QueryAccessControlListsAsync Method

Namespace:  Microsoft.VisualStudio.Services.Security.Client
Assembly:  Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)

Syntax

'Declaration
Public Function QueryAccessControlListsAsync ( _
    securityNamespaceId As Guid, _
    token As String, _
    descriptors As IEnumerable(Of IdentityDescriptor), _
    includeExtendedInfo As Boolean, _
    recurse As Boolean, _
    userState As Object _
) As Task(Of IEnumerable(Of AccessControlList))
public Task<IEnumerable<AccessControlList>> QueryAccessControlListsAsync(
    Guid securityNamespaceId,
    string token,
    IEnumerable<IdentityDescriptor> descriptors,
    bool includeExtendedInfo,
    bool recurse,
    Object userState
)
public:
Task<IEnumerable<AccessControlList^>^>^ QueryAccessControlListsAsync(
    Guid securityNamespaceId, 
    String^ token, 
    IEnumerable<IdentityDescriptor^>^ descriptors, 
    bool includeExtendedInfo, 
    bool recurse, 
    Object^ userState
)
member QueryAccessControlListsAsync : 
        securityNamespaceId:Guid * 
        token:string * 
        descriptors:IEnumerable<IdentityDescriptor> * 
        includeExtendedInfo:bool * 
        recurse:bool * 
        userState:Object -> Task<IEnumerable<AccessControlList>> 
public function QueryAccessControlListsAsync(
    securityNamespaceId : Guid, 
    token : String, 
    descriptors : IEnumerable<IdentityDescriptor>, 
    includeExtendedInfo : boolean, 
    recurse : boolean, 
    userState : Object
) : Task<IEnumerable<AccessControlList>>

Parameters

Return Value

Type: System.Threading.Tasks.Task<IEnumerable<AccessControlList>>

.NET Framework Security

See Also

Reference

SecurityHttpClient Class

Microsoft.VisualStudio.Services.Security.Client Namespace