Share via


ISecureStore.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
Function GetUserApplication ( _
    applicationId As String _
) As TargetApplication
'Usage
Dim instance As ISecureStore
Dim applicationId As String
Dim returnValue As TargetApplication

returnValue = instance.GetUserApplication(applicationId)
TargetApplication GetUserApplication(
    string applicationId
)

Parameters

Return Value

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

Remarks

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

See Also

Reference

ISecureStore Interface

ISecureStore Members

Microsoft.Office.SecureStoreService.Server Namespace