ISsoProvider.GetCredentialsUsingTicket Method

Returns the credentials for the specified ticket and the specified application identifier.

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

Syntax

'Declaration
Function GetCredentialsUsingTicket ( _
    Ticket As String, _
    AppID As String _
) As SsoCredentials
'Usage
Dim instance As ISsoProvider
Dim Ticket As String
Dim AppID As String
Dim returnValue As SsoCredentials

returnValue = instance.GetCredentialsUsingTicket(Ticket, _
    AppID)
SsoCredentials GetCredentialsUsingTicket(
    string Ticket,
    string AppID
)

Parameters

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

Return Value

Type: Microsoft.SharePoint.Portal.SingleSignon.SsoCredentials
An SsoCredentials object that represents the credentials.

Examples

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

See Also

Reference

ISsoProvider Interface

ISsoProvider Members

Microsoft.SharePoint.Portal.SingleSignon Namespace