Share via


SecureStoreProvider.GetTargetApplications Method

Gets the definitions of all the target applications that the caller has access to.

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

Syntax

'Declaration
<PermissionSetAttribute(SecurityAction.Assert, Name := "FullTrust")> _
<SecureStorePermissionAttribute(SecurityAction.Demand, Access := SecureStoreAccess.Minimal)> _
Public Function GetTargetApplications As ReadOnlyCollection(Of ITargetApplicationDefinition)
'Usage
Dim instance As SecureStoreProvider
Dim returnValue As ReadOnlyCollection(Of ITargetApplicationDefinition)

returnValue = instance.GetTargetApplications()
[PermissionSetAttribute(SecurityAction.Assert, Name = "FullTrust")]
[SecureStorePermissionAttribute(SecurityAction.Demand, Access = SecureStoreAccess.Minimal)]
public ReadOnlyCollection<ITargetApplicationDefinition> GetTargetApplications()

Return Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<ITargetApplicationDefinition>
A read-only collection of target application definitions.

Implements

ISecureStoreProviderExtended.GetTargetApplications()

See Also

Reference

SecureStoreProvider Class

SecureStoreProvider Members

Microsoft.Office.SecureStoreService.Server Namespace