SpsSsoProvider.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
Public Function GetApplicationDefinitions As Application.ApplicationInfo()
'Usage
Dim instance As SpsSsoProvider
Dim returnValue As Application.ApplicationInfo()

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

Return Value

Type: []
An array of enterprise application definitions.

Implements

ISsoProvider.GetApplicationDefinitions()

See Also

Reference

SpsSsoProvider Class

SpsSsoProvider Members

Microsoft.SharePoint.Portal.SingleSignon Namespace