ISecureStore.GetUserApplications Method
Gets all of the target application definitions for the current caller.
Namespace: Microsoft.Office.SecureStoreService.Server
Assembly: Microsoft.Office.SecureStoreService (in Microsoft.Office.SecureStoreService.dll)
Syntax
'Declaration
Function GetUserApplications As IList(Of TargetApplication)
'Usage
Dim instance As ISecureStore
Dim returnValue As IList(Of TargetApplication)
returnValue = instance.GetUserApplications()
IList<TargetApplication> GetUserApplications()
Return Value
Type: System.Collections.Generic.IList<TargetApplication>
A list of the target applications.