Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Return the list of has permission evaluations for the supplied arguments.
Namespace: Microsoft.TeamFoundation.Server.Core.WebServices
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Function HasPermissionByTokenList ( _
namespaceId As Guid, _
tokens As List(Of String), _
descriptor As IdentityDescriptor, _
requestedPermissions As Integer, _
alwaysAllowAdministrators As Boolean _
) As List(Of Boolean)
[WebMethodAttribute]
public List<bool> HasPermissionByTokenList(
Guid namespaceId,
List<string> tokens,
IdentityDescriptor descriptor,
int requestedPermissions,
bool alwaysAllowAdministrators
)
[WebMethodAttribute]
public:
List<bool>^ HasPermissionByTokenList(
Guid namespaceId,
List<String^>^ tokens,
IdentityDescriptor^ descriptor,
int requestedPermissions,
bool alwaysAllowAdministrators
)
[<WebMethodAttribute>]
member HasPermissionByTokenList :
namespaceId:Guid *
tokens:List<string> *
descriptor:IdentityDescriptor *
requestedPermissions:int *
alwaysAllowAdministrators:bool -> List<bool>
public function HasPermissionByTokenList(
namespaceId : Guid,
tokens : List<String>,
descriptor : IdentityDescriptor,
requestedPermissions : int,
alwaysAllowAdministrators : boolean
) : List<boolean>
Parameters
namespaceId
Type: System.GuidThe namespace this query is on.
tokens
Type: System.Collections.Generic.List<String>The tokens to check.
descriptor
Type: Microsoft.VisualStudio.Services.Identity.IdentityDescriptorThe identity to check.
requestedPermissions
Type: System.Int32The permissions being requested.
alwaysAllowAdministrators
Type: System.BooleanTrue if this check should always allow administrators.
Return Value
Type: System.Collections.Generic.List<Boolean>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.