ISsoProvider.GetTicket Method

Returns 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
Function GetTicket As String
'Usage
Dim instance As ISsoProvider
Dim returnValue As String

returnValue = instance.GetTicket()
string GetTicket()

Return Value

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

Examples

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

See Also

Reference

ISsoProvider Interface

ISsoProvider Members

Microsoft.SharePoint.Portal.SingleSignon Namespace