Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
- AppID
Type: System.String
An application ID.
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.