Share via


ISecureStore.GetApplications Method

Gets all the target application definitions in the current partition.

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

Syntax

'Declaration
Function GetApplications As IList(Of TargetApplication)
'Usage
Dim instance As ISecureStore
Dim returnValue As IList(Of TargetApplication)

returnValue = instance.GetApplications()
IList<TargetApplication> GetApplications()

Return Value

Type: System.Collections.Generic.IList<TargetApplication>
A list of target application definitions.

See Also

Reference

ISecureStore Interface

ISecureStore Members

Microsoft.Office.SecureStoreService.Server Namespace