Поделиться через


SecurityHttpClient.QueryAccessControlListsAsync - метод

Пространство имен:  Microsoft.VisualStudio.Services.Security.Client
Сборка:  Microsoft.VisualStudio.Services.WebApi (в Microsoft.VisualStudio.Services.WebApi.dll)

Синтаксис

'Декларация
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
)

Параметры

Возвращаемое значение

Тип: System.Threading.Tasks.Task<IEnumerable<AccessControlList>>

Безопасность платформы .NET Framework

См. также

Ссылки

SecurityHttpClient Класс

Microsoft.VisualStudio.Services.Security.Client - пространство имен