ISsoProvider.GetApplicationDefinitions Method

Gets a list of enterprise application definitions defined for this single sign-on (SSO) provider.

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

Syntax

'Declaration
Function GetApplicationDefinitions As Application.ApplicationInfo()
'Usage
Dim instance As ISsoProvider
Dim returnValue As Application.ApplicationInfo()

returnValue = instance.GetApplicationDefinitions()
Application.ApplicationInfo[] GetApplicationDefinitions()

Return Value

Type: []
An ApplicationInfo object containing the application definitions.

Examples

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

See Also

Reference

ISsoProvider Interface

ISsoProvider Members

Microsoft.SharePoint.Portal.SingleSignon Namespace