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
- request
Type: System.Web.Services.Protocols.HttpWebClientProtocol
The outbound HTTP request.
- Ticket
Type: System.String
The access token. The maximum number of allowed characters is 300.
- AppID
Type: System.String
An application ID.
Examples
For an example, see Walkthrough: Implementing a Pluggable SSO Provider.