SecureStoreServiceApplication.GetApplicationFields Method
Gets all of the application fields for the specified target application and partition.
Namespace: Microsoft.Office.SecureStoreService.Server
Assembly: Microsoft.Office.SecureStoreService (in Microsoft.Office.SecureStoreService.dll)
Syntax
'Declaration
Public Function GetApplicationFields ( _
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.GetApplicationFields(rawPartitionId, _
applicationId)
public IList<TargetApplicationField> GetApplicationFields(
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 fields for the specified target application.
Implements
ISecureStoreServiceApplication.GetApplicationFields(Guid, String)
See Also
Reference
SecureStoreServiceApplication Class