AuthorizationProvider.IsPermitted Method
Namespace: Microsoft.TeamFoundation.Integration.Server
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Function IsPermitted ( _
requestContext As TeamFoundationRequestContext, _
objectId As String, _
actionId As String, _
descriptor As IdentityDescriptor _
) As Boolean
public bool IsPermitted(
TeamFoundationRequestContext requestContext,
string objectId,
string actionId,
IdentityDescriptor descriptor
)
public:
bool IsPermitted(
TeamFoundationRequestContext^ requestContext,
String^ objectId,
String^ actionId,
IdentityDescriptor^ descriptor
)
member IsPermitted :
requestContext:TeamFoundationRequestContext *
objectId:string *
actionId:string *
descriptor:IdentityDescriptor -> bool
public function IsPermitted(
requestContext : TeamFoundationRequestContext,
objectId : String,
actionId : String,
descriptor : IdentityDescriptor
) : boolean
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- objectId
Type: System.String
- actionId
Type: System.String
- descriptor
Type: Microsoft.VisualStudio.Services.Identity.IdentityDescriptor
Return Value
Type: System.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.