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


SecurityService.QueryAccessControlLists - метод

Пространство имен:  Microsoft.TeamFoundation.Framework.Server
Сборка:  Microsoft.TeamFoundation.Framework.Server (в Microsoft.TeamFoundation.Framework.Server.dll)

Синтаксис

'Декларация
Public MustOverride Function QueryAccessControlLists ( _
    requestContext As TeamFoundationRequestContext, _
    securityNamespaceId As Guid, _
    token As String, _
    descriptors As IEnumerable(Of IdentityDescriptor), _
    includeExtendedInfo As Boolean, _
    recurse As Boolean _
) As IEnumerable(Of AccessControlList)
public abstract IEnumerable<AccessControlList> QueryAccessControlLists(
    TeamFoundationRequestContext requestContext,
    Guid securityNamespaceId,
    string token,
    IEnumerable<IdentityDescriptor> descriptors,
    bool includeExtendedInfo,
    bool recurse
)

Параметры

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

Тип: System.Collections.Generic.IEnumerable<AccessControlList>

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

См. также

Ссылки

SecurityService Класс

Microsoft.TeamFoundation.Framework.Server - пространство имен