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.
The default implementation of ThrowAccessDeniedException which throws the generic AccessCheckException.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Overridable Sub ThrowAccessDeniedException ( _
requestContext As TeamFoundationRequestContext, _
identity As Identity, _
token As String, _
requestedPermissions As Integer _
)
public virtual void ThrowAccessDeniedException(
TeamFoundationRequestContext requestContext,
Identity identity,
string token,
int requestedPermissions
)
public:
virtual void ThrowAccessDeniedException(
TeamFoundationRequestContext^ requestContext,
Identity^ identity,
String^ token,
int requestedPermissions
)
abstract ThrowAccessDeniedException :
requestContext:TeamFoundationRequestContext *
identity:Identity *
token:string *
requestedPermissions:int -> unit
override ThrowAccessDeniedException :
requestContext:TeamFoundationRequestContext *
identity:Identity *
token:string *
requestedPermissions:int -> unit
public function ThrowAccessDeniedException(
requestContext : TeamFoundationRequestContext,
identity : Identity,
token : String,
requestedPermissions : int
)
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- identity
Type: Microsoft.VisualStudio.Services.Identity.Identity
- token
Type: System.String
- requestedPermissions
Type: System.Int32
Implements
.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.