SecurityHttpClient.QueryAccessControlListsAsync, méthode
Espace de noms : Microsoft.VisualStudio.Services.Security.Client
Assembly : Microsoft.VisualStudio.Services.WebApi (dans Microsoft.VisualStudio.Services.WebApi.dll)
Syntaxe
'Déclaration
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
)
Paramètres
- securityNamespaceId
Type : System.Guid
- token
Type : System.String
- descriptors
Type : System.Collections.Generic.IEnumerable<IdentityDescriptor>
- includeExtendedInfo
Type : System.Boolean
- recurse
Type : System.Boolean
- userState
Type : System.Object
Valeur de retour
Type : System.Threading.Tasks.Task<IEnumerable<AccessControlList>>
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.VisualStudio.Services.Security.Client, espace de noms