Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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 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
)
[WebMethodAttribute]
public:
List<bool>^ HasPermissionByDescriptorList(
Guid namespaceId,
String^ token,
List<IdentityDescriptor^>^ descriptors,
int requestedPermissions,
bool alwaysAllowAdministrators
)
[<WebMethodAttribute>]
member HasPermissionByDescriptorList :
namespaceId:Guid *
token:string *
descriptors:List<IdentityDescriptor> *
requestedPermissions:int *
alwaysAllowAdministrators:bool -> List<bool>
public function HasPermissionByDescriptorList(
namespaceId : Guid,
token : String,
descriptors : List<IdentityDescriptor>,
requestedPermissions : int,
alwaysAllowAdministrators : boolean
) : List<boolean>
Parameters
namespaceId
Type: System.GuidThe namespace this query is on.
token
Type: System.StringThe token to check.
descriptors
Type: System.Collections.Generic.List<IdentityDescriptor>The descriptors 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.