IAuthorizationService.IsPermitted, méthode (String, array<String[], String)
Espace de noms : Microsoft.TeamFoundation.Server
Assembly : Microsoft.TeamFoundation.Client (dans Microsoft.TeamFoundation.Client.dll)
Syntaxe
'Déclaration
Function IsPermitted ( _
objectId As String, _
actionId As String(), _
userSid As String _
) As Boolean()
bool[] IsPermitted(
string objectId,
string[] actionId,
string userSid
)
Paramètres
- objectId
Type : System.String
- actionId
Type : array<System.String[]
- userSid
Type : System.String
Valeur de retour
Type : array<System.Boolean[]
retourne 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.