Share via


ISecureStore.UpdateApplication Method

Updates a target application definition.

Namespace:  Microsoft.Office.SecureStoreService.Server
Assembly:  Microsoft.Office.SecureStoreService (in Microsoft.Office.SecureStoreService.dll)

Syntax

'Declaration
Sub UpdateApplication ( _
    application As TargetApplication, _
    applicationFields As IList(Of TargetApplicationField), _
    applicationClaims As TargetApplicationClaims _
)
'Usage
Dim instance As ISecureStore
Dim application As TargetApplication
Dim applicationFields As IList(Of TargetApplicationField)
Dim applicationClaims As TargetApplicationClaims

instance.UpdateApplication(application, _
    applicationFields, applicationClaims)
void UpdateApplication(
    TargetApplication application,
    IList<TargetApplicationField> applicationFields,
    TargetApplicationClaims applicationClaims
)

Parameters

Remarks

This method updates the target application definition. The target application ID cannot be changed. An individual target application cannot be changed to a group target application and vice versa. In the target application fields, only IsMasked can be changed in the existing application fields. All other information in the application fields must exactly match the information that was set when the target application was created.

See Also

Reference

ISecureStore Interface

ISecureStore Members

Microsoft.Office.SecureStoreService.Server Namespace