SpsSsoProvider.GetTicket Method

Gets a ticket that can be used later to retrieve credentials.

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

Syntax

'Declaration
Public Function GetTicket As String
'Usage
Dim instance As SpsSsoProvider
Dim returnValue As String

returnValue = instance.GetTicket()
public string GetTicket()

Return Value

Type: System.String
A string that contains the ticket.

Implements

ISsoProvider.GetTicket()

See Also

Reference

SpsSsoProvider Class

SpsSsoProvider Members

Microsoft.SharePoint.Portal.SingleSignon Namespace