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