ISecureStore.CreateApplication Method
Creates a target application.
Namespace: Microsoft.Office.SecureStoreService.Server
Assembly: Microsoft.Office.SecureStoreService (in Microsoft.Office.SecureStoreService.dll)
Syntax
'Declaration
Sub CreateApplication ( _
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.CreateApplication(application, _
applicationFields, applicationClaims)
void CreateApplication(
TargetApplication application,
IList<TargetApplicationField> applicationFields,
TargetApplicationClaims applicationClaims
)
Parameters
application
Type: Microsoft.Office.SecureStoreService.Server.TargetApplicationThe target application information.
applicationFields
Type: System.Collections.Generic.IList<TargetApplicationField>The target application fields.
applicationClaims
Type: Microsoft.Office.SecureStoreService.Server.TargetApplicationClaimsThe target application claims.
Remarks
This method creates a new target application that is managed by the Secure Store Service.