Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets all of the application fields information 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 GetUserApplicationFields ( _
applicationId As String _
) As IList(Of TargetApplicationField)
'Usage
Dim instance As ISecureStore
Dim applicationId As String
Dim returnValue As IList(Of TargetApplicationField)
returnValue = instance.GetUserApplicationFields(applicationId)
IList<TargetApplicationField> GetUserApplicationFields(
string applicationId
)
Parameters
applicationId
Type: System.StringThe target application ID.
Return Value
Type: System.Collections.Generic.IList<TargetApplicationField>
A list of the application fields of the target application.
Remarks
This method can be called by a Secure Store user who does not have administrative permissions on the Secure Store.