ISecurityNamespaceExtension.HandleIncomingToken Method
Allows the implementor to validate or change the incoming token.
These functions will only be called when tokens are coming in from the Web service.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Function HandleIncomingToken ( _
requestContext As TeamFoundationRequestContext, _
securityToken As String _
) As String
string HandleIncomingToken(
TeamFoundationRequestContext requestContext,
string securityToken
)
String^ HandleIncomingToken(
TeamFoundationRequestContext^ requestContext,
String^ securityToken
)
abstract HandleIncomingToken :
requestContext:TeamFoundationRequestContext *
securityToken:string -> string
function HandleIncomingToken(
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.