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.
Returns the mapped target token from the source token. Should return null if no mapping exists.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Protected MustOverride Function GetTargetToken ( _
requestContext As TeamFoundationRequestContext, _
sourceToken As String _
) As String
protected abstract string GetTargetToken(
TeamFoundationRequestContext requestContext,
string sourceToken
)
protected:
virtual String^ GetTargetToken(
TeamFoundationRequestContext^ requestContext,
String^ sourceToken
) abstract
abstract GetTargetToken :
requestContext:TeamFoundationRequestContext *
sourceToken:string -> string
protected abstract function GetTargetToken(
requestContext : TeamFoundationRequestContext,
sourceToken : String
) : String
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- sourceToken
Type: System.String
Return Value
Type: System.String
.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.