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.
Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Function SignOut ( _
    requestContext As TeamFoundationRequestContext, _
    replyTo As String, _
    <OutAttribute> ByRef identityProviderName As String _
) As String
public string SignOut(
    TeamFoundationRequestContext requestContext,
    string replyTo,
    out string identityProviderName
)
public:
String^ SignOut(
    TeamFoundationRequestContext^ requestContext, 
    String^ replyTo, 
    [OutAttribute] String^% identityProviderName
)
member SignOut : 
        requestContext:TeamFoundationRequestContext * 
        replyTo:string * 
        identityProviderName:string byref -> string
public function SignOut(
    requestContext : TeamFoundationRequestContext, 
    replyTo : String, 
    identityProviderName : String
) : String
Parameters
- requestContext
 Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- replyTo
 Type: System.String
- identityProviderName
 Type: System.String%
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.