Share via


SecureStoreServiceApplication.GetUserApplication Method

Gets all of the application definitions for the specified target application for the current caller.

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

Syntax

'Declaration
Public Function GetUserApplication ( _
    rawPartitionId As Guid, _
    applicationId As String _
) As TargetApplication
'Usage
Dim instance As SecureStoreServiceApplication
Dim rawPartitionId As Guid
Dim applicationId As String
Dim returnValue As TargetApplication

returnValue = instance.GetUserApplication(rawPartitionId, _
    applicationId)
public TargetApplication GetUserApplication(
    Guid rawPartitionId,
    string applicationId
)

Parameters

  • rawPartitionId
    Type: System.Guid

    A GUID that represents the partition ID.

Return Value

Type: Microsoft.Office.SecureStoreService.Server.TargetApplication
The application definition for the specified target application in the specified partition.

Implements

ISecureStoreServiceApplication.GetUserApplication(Guid, String)

Remarks

This method can be called by a Secure Store user who does not have administrative permissions on the Secure Store.

See Also

Reference

SecureStoreServiceApplication Class

SecureStoreServiceApplication Members

Microsoft.Office.SecureStoreService.Server Namespace