다음을 통해 공유


ISecurityNamespaceExtension.HandleOutgoingToken Method

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

  • securityToken
    Type: System.String

    The token as it has come into the security service.

Return Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

ISecurityNamespaceExtension Interface

Microsoft.TeamFoundation.Framework.Server Namespace