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 target security token if one exists for source security token. Null should be returned if one does not.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Protected MustOverride Function GetTargetTokenFromSourceToken ( _
requestContext As TeamFoundationRequestContext, _
securityToken As String _
) As String
protected abstract string GetTargetTokenFromSourceToken(
TeamFoundationRequestContext requestContext,
string securityToken
)
protected:
virtual String^ GetTargetTokenFromSourceToken(
TeamFoundationRequestContext^ requestContext,
String^ securityToken
) abstract
abstract GetTargetTokenFromSourceToken :
requestContext:TeamFoundationRequestContext *
securityToken:string -> string
protected abstract function GetTargetTokenFromSourceToken(
requestContext : TeamFoundationRequestContext,
securityToken : String
) : String
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- securityToken
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.