Partager via


SecurityWebService.HasPermissionByPermissionsList, méthode

Retourne la liste de possède des estimations d'autorisation pour les arguments fournis.

Espace de noms :  Microsoft.TeamFoundation.Server.Core.WebServices
Assembly :  Microsoft.TeamFoundation.Server.Core (dans Microsoft.TeamFoundation.Server.Core.dll)

Syntaxe

'Déclaration
<WebMethodAttribute> _
Public Function HasPermissionByPermissionsList ( _
    namespaceId As Guid, _
    token As String, _
    descriptor As IdentityDescriptor, _
    requestedPermissions As List(Of Integer), _
    alwaysAllowAdministrators As Boolean _
) As List(Of Boolean)
[WebMethodAttribute]
public List<bool> HasPermissionByPermissionsList(
    Guid namespaceId,
    string token,
    IdentityDescriptor descriptor,
    List<int> requestedPermissions,
    bool alwaysAllowAdministrators
)

Paramètres

  • namespaceId
    Type : System.Guid
    L'espace de noms cette requête est activé.
  • alwaysAllowAdministrators
    Type : System.Boolean
    True si ce contrôle permet également aux administrateurs.

Valeur de retour

Type : System.Collections.Generic.List<Boolean>

Sécurité .NET Framework

Voir aussi

Référence

SecurityWebService Classe

Microsoft.TeamFoundation.Server.Core.WebServices, espace de noms