ISsoProvider.GetApplicationFields Method

Gets the credential fields from the enterprise application definition for the specified application.

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

Syntax

'Declaration
Function GetApplicationFields ( _
    AppID As String _
) As Application.ApplicationField()
'Usage
Dim instance As ISsoProvider
Dim AppID As String
Dim returnValue As Application.ApplicationField()

returnValue = instance.GetApplicationFields(AppID)
Application.ApplicationField[] GetApplicationFields(
    string AppID
)

Parameters

Return Value

Type: []
An array of enterprise 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