Share via


ISecureStore.GetApplicationFields Method

Gets all of the application fields for the specified target application.

Namespace:  Microsoft.Office.SecureStoreService.Server
Assembly:  Microsoft.Office.SecureStoreService (in Microsoft.Office.SecureStoreService.dll)

Syntax

'Declaration
Function GetApplicationFields ( _
    applicationId As String _
) As IList(Of TargetApplicationField)
'Usage
Dim instance As ISecureStore
Dim applicationId As String
Dim returnValue As IList(Of TargetApplicationField)

returnValue = instance.GetApplicationFields(applicationId)
IList<TargetApplicationField> GetApplicationFields(
    string applicationId
)

Parameters

Return Value

Type: System.Collections.Generic.IList<TargetApplicationField>
A list of fields for the specified target application.

See Also

Reference

ISecureStore Interface

ISecureStore Members

Microsoft.Office.SecureStoreService.Server Namespace