ISsoProvider.PutIdentityOnRequestUsingTicket Method

Puts the appropriate identity using the policy of the specified application on the outbound HTTP request using the ticket.

Namespace:  Microsoft.SharePoint.Portal.SingleSignon
Assembly:  Microsoft.SharePoint.Portal.SingleSignon (in Microsoft.SharePoint.Portal.SingleSignon.dll)

Syntax

'Declaration
Sub PutIdentityOnRequestUsingTicket ( _
    ByRef request As HttpWebClientProtocol, _
    Ticket As String, _
    AppID As String _
)
'Usage
Dim instance As ISsoProvider
Dim request As HttpWebClientProtocol
Dim Ticket As String
Dim AppID As String

instance.PutIdentityOnRequestUsingTicket(request, _
    Ticket, AppID)
void PutIdentityOnRequestUsingTicket(
    ref HttpWebClientProtocol request,
    string Ticket,
    string AppID
)

Parameters

  • Ticket
    Type: System.String
    The access token. The maximum number of allowed characters is 300.

Examples

For an example, see Walkthrough: Implementing a Pluggable SSO Provider.

See Also

Reference

ISsoProvider Interface

ISsoProvider Members

Microsoft.SharePoint.Portal.SingleSignon Namespace