Freigeben über


SecurityHttpClient.QueryAccessControlListsAsync-Methode

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
)

Parameter

Rückgabewert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

SecurityHttpClient Klasse

Microsoft.VisualStudio.Services.Security.Client-Namespace