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.
Allows the implementor to validate or change the outgoing token.
These functions will only be called when tokens will be going over the Web service.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Function HandleOutgoingToken ( _
requestContext As TeamFoundationRequestContext, _
securityToken As String _
) As String
string HandleOutgoingToken(
TeamFoundationRequestContext requestContext,
string securityToken
)
String^ HandleOutgoingToken(
TeamFoundationRequestContext^ requestContext,
String^ securityToken
)
abstract HandleOutgoingToken :
requestContext:TeamFoundationRequestContext *
securityToken:string -> string
function HandleOutgoingToken(
requestContext : TeamFoundationRequestContext,
securityToken : String
) : String
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
securityToken
Type: System.StringThe token as it has come into the security service.
Return Value
Type: System.String
Returns 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.