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é.
- token
Type : System.String
Jeton à contrôler.
- descriptors
Type : System.Collections.Generic.List<IdentityDescriptor>
Les descripteurs à vérifier.
- 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
- 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.TeamFoundation.Server.Core.WebServices, espace de noms