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é.
- token
Type : System.String
Jeton à contrôler.
- descriptor
Type : Microsoft.VisualStudio.Services.Identity.IdentityDescriptor
Le descripteur à vérifier.
- requestedPermissions
Type : System.Collections.Generic.List<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