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
application
Type: Microsoft.Office.SecureStoreService.Server.TargetApplicationThe target application.
applicationFields
Type: System.Collections.Generic.IList<TargetApplicationField>The target application fields.
applicationClaims
Type: Microsoft.Office.SecureStoreService.Server.TargetApplicationClaimsThe target application claims.
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.