SecureStoreServiceApplication.GetUserApplications Method
Gets all the target application definitions in the specified partition for the current caller.
Namespace: Microsoft.Office.SecureStoreService.Server
Assembly: Microsoft.Office.SecureStoreService (in Microsoft.Office.SecureStoreService.dll)
Syntax
'Declaration
Public Function GetUserApplications ( _
rawPartitionId As Guid _
) As IList(Of TargetApplication)
'Usage
Dim instance As SecureStoreServiceApplication
Dim rawPartitionId As Guid
Dim returnValue As IList(Of TargetApplication)
returnValue = instance.GetUserApplications(rawPartitionId)
public IList<TargetApplication> GetUserApplications(
Guid rawPartitionId
)
Parameters
rawPartitionId
Type: System.GuidA GUID that represents the partition ID.
Return Value
Type: System.Collections.Generic.IList<TargetApplication>
A list of the target applications.
Implements
ISecureStoreServiceApplication.GetUserApplications(Guid)
See Also
Reference
SecureStoreServiceApplication Class