Share via


SecureStoreServiceApplicationProxy.UpdateApplication Method

NOTE: This API is now obsolete.

Updates a target application definition.

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

Syntax

'Declaration
<ObsoleteAttribute("Use the ISecureStore interface to call into the SSS OM")> _
Public Sub UpdateApplication ( _
    application As TargetApplication, _
    applicationFields As IList(Of TargetApplicationField), _
    applicationClaims As TargetApplicationClaims _
)
'Usage
Dim instance As SecureStoreServiceApplicationProxy
Dim application As TargetApplication
Dim applicationFields As IList(Of TargetApplicationField)
Dim applicationClaims As TargetApplicationClaims

instance.UpdateApplication(application, _
    applicationFields, applicationClaims)
[ObsoleteAttribute("Use the ISecureStore interface to call into the SSS OM")]
public 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.

Since this method is obsolete, you should invoke it through the ISecureStore interface instead.

See Also

Reference

SecureStoreServiceApplicationProxy Class

SecureStoreServiceApplicationProxy Members

Microsoft.Office.SecureStoreService.Server Namespace