SecureStoreServiceApplication.GetUserApplicationFields Method
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
Public Function GetUserApplicationFields ( _
rawPartitionId As Guid, _
applicationId As String _
) As IList(Of TargetApplicationField)
'Usage
Dim instance As SecureStoreServiceApplication
Dim rawPartitionId As Guid
Dim applicationId As String
Dim returnValue As IList(Of TargetApplicationField)
returnValue = instance.GetUserApplicationFields(rawPartitionId, _
applicationId)
public IList<TargetApplicationField> GetUserApplicationFields(
Guid rawPartitionId,
string applicationId
)
Parameters
rawPartitionId
Type: System.GuidThe GUID that represents the partition ID.
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 in the specified partition.
Implements
ISecureStoreServiceApplication.GetUserApplicationFields(Guid, String)
Remarks
This method can be called by a Secure Store user who does not have administrative permissions on the Secure Store.
See Also
Reference
SecureStoreServiceApplication Class