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 target security namespace to forward the permissions to.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Protected MustOverride Function GetTargetNamespace ( _
requestContext As TeamFoundationRequestContext _
) As TeamFoundationSecurityNamespace
protected abstract TeamFoundationSecurityNamespace GetTargetNamespace(
TeamFoundationRequestContext requestContext
)
protected:
virtual TeamFoundationSecurityNamespace^ GetTargetNamespace(
TeamFoundationRequestContext^ requestContext
) abstract
abstract GetTargetNamespace :
requestContext:TeamFoundationRequestContext -> TeamFoundationSecurityNamespace
protected abstract function GetTargetNamespace(
requestContext : TeamFoundationRequestContext
) : TeamFoundationSecurityNamespace
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
Return Value
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationSecurityNamespace
Returns TeamFoundationSecurityNamespace.
.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.