Share via


ISecureStoreServiceApplication.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
<FaultContractAttribute(GetType(SecureStoreServiceTargetApplicationNotFoundFault))> _
<FaultContractAttribute(GetType(SecureStoreServiceFault))> _
<OperationContractAttribute> _
<FaultContractAttribute(GetType(ArgumentException))> _
<FaultContractAttribute(GetType(ArgumentNullException))> _
Function GetUserApplicationFields ( _
    rawPartitionId As Guid, _
    applicationId As String _
) As IList(Of TargetApplicationField)
'Usage
Dim instance As ISecureStoreServiceApplication
Dim rawPartitionId As Guid
Dim applicationId As String
Dim returnValue As IList(Of TargetApplicationField)

returnValue = instance.GetUserApplicationFields(rawPartitionId, _
    applicationId)
[FaultContractAttribute(typeof(SecureStoreServiceTargetApplicationNotFoundFault))]
[FaultContractAttribute(typeof(SecureStoreServiceFault))]
[OperationContractAttribute]
[FaultContractAttribute(typeof(ArgumentException))]
[FaultContractAttribute(typeof(ArgumentNullException))]
IList<TargetApplicationField> GetUserApplicationFields(
    Guid rawPartitionId,
    string applicationId
)

Parameters

  • rawPartitionId
    Type: System.Guid

    The GUID that represents the partition ID.

Return Value

Type: System.Collections.Generic.IList<TargetApplicationField>
A list of the application fields of the target application in the specified partition.

Remarks

This method can be called by a Secure Store user who does not have administrative permissions on the Secure Store.

See Also

Reference

ISecureStoreServiceApplication Interface

ISecureStoreServiceApplication Members

Microsoft.Office.SecureStoreService.Server Namespace