Returns the credentials for the specified ticket and the specified application identifier.
Assembly: Microsoft.SharePoint.Portal.SingleSignon (in Microsoft.SharePoint.Portal.SingleSignon.dll)
Syntax . . :: . SsoCredentials
An SsoCredentials object that represents the credentials.
Function GetCredentialsUsingTicket ( _
Ticket As String, _
AppID As String _
) As SsoCredentialsDim 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.SingleSignonAn SsoCredentials object that represents the credentials.
Examples
For an example, see Walkthrough: Implementing a Pluggable SSO Provider.