SecureStoreServiceApplicationProxy.GetUserApplications Method
NOTE: This API is now obsolete.
Gets all of the application definitions for the current caller.
Namespace: Microsoft.Office.SecureStoreService.Server
Assembly: Microsoft.Office.SecureStoreService (in Microsoft.Office.SecureStoreService.dll)
Syntax
'Declaration
<ObsoleteAttribute("Use the ISecureStore interface to call into the SSS OM")> _
Public Function GetUserApplications As IList(Of TargetApplication)
'Usage
Dim instance As SecureStoreServiceApplicationProxy
Dim returnValue As IList(Of TargetApplication)
returnValue = instance.GetUserApplications()
[ObsoleteAttribute("Use the ISecureStore interface to call into the SSS OM")]
public IList<TargetApplication> GetUserApplications()
Return Value
Type: System.Collections.Generic.IList<TargetApplication>
The list of applications.
Remarks
This method gets the application definitions for the current user.
Since this method is obsolete, you should invoke it through the ISecureStore interface instead.
See Also
Reference
SecureStoreServiceApplicationProxy Class