Aracılığıyla paylaş


SecurityHttpClient.QueryAccessControlListsAsync Yöntem

Ad alanı:  Microsoft.VisualStudio.Services.Security.Client
Derleme:  Microsoft.VisualStudio.Services.WebApi (Microsoft.VisualStudio.Services.WebApi.dll içinde)

Sözdizimi

'Bildirim
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
)

Parametreler

Dönüş Değeri

Tür: System.Threading.Tasks.Task<IEnumerable<AccessControlList>>

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

SecurityHttpClient Sınıf

Microsoft.VisualStudio.Services.Security.Client Ad Alanı