SecureStoreServiceApplicationProxy.GetApplications Method
NOTE: This API is now obsolete.
Gets all the target application definitions.
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 GetApplications As IList(Of TargetApplication)
'Usage
Dim instance As SecureStoreServiceApplicationProxy
Dim returnValue As IList(Of TargetApplication)
returnValue = instance.GetApplications()
[ObsoleteAttribute("Use the ISecureStore interface to call into the SSS OM")]
public IList<TargetApplication> GetApplications()
Return Value
Type: System.Collections.Generic.IList<TargetApplication>
A list of target application definitions.
Remarks
Since this method is obsolete, you should invoke it through the ISecureStore interface instead.
See Also
Reference
SecureStoreServiceApplicationProxy Class