Share via


SecureStoreServiceApplication.GetApplications Method

Gets all the target application definitions in the specified partition.

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

Syntax

'Declaration
Public Function GetApplications ( _
    rawPartitionId As Guid _
) As IList(Of TargetApplication)
'Usage
Dim instance As SecureStoreServiceApplication
Dim rawPartitionId As Guid
Dim returnValue As IList(Of TargetApplication)

returnValue = instance.GetApplications(rawPartitionId)
public IList<TargetApplication> GetApplications(
    Guid rawPartitionId
)

Parameters

  • rawPartitionId
    Type: System.Guid

    The GUID that represents the partition ID.

Return Value

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

Implements

ISecureStoreServiceApplication.GetApplications(Guid)

See Also

Reference

SecureStoreServiceApplication Class

SecureStoreServiceApplication Members

Microsoft.Office.SecureStoreService.Server Namespace