Skip to main content
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
Function GetCredentialsUsingTicket ( _
	Ticket As String, _
	AppID As String _
) As SsoCredentials
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.
AppID
Type: System..::.String
An application ID.

Return Value

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