Partager via


SecurityWebService.HasPermissionByDescriptorList, 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 HasPermissionByDescriptorList ( _
    namespaceId As Guid, _
    token As String, _
    descriptors As List(Of IdentityDescriptor), _
    requestedPermissions As Integer, _
    alwaysAllowAdministrators As Boolean _
) As List(Of Boolean)
[WebMethodAttribute]
public List<bool> HasPermissionByDescriptorList(
    Guid namespaceId,
    string token,
    List<IdentityDescriptor> descriptors,
    int requestedPermissions,
    bool alwaysAllowAdministrators
)

Paramètres

  • namespaceId
    Type : System.Guid
    L'espace de noms cette requête est activé.
  • requestedPermissions
    Type : System.Int32
    Les autorisations sont demandées.
  • 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