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

Remarks

This method creates a new target application that is managed by the Secure Store Service.

See Also

Reference

ISecureStore Interface

ISecureStore Members

Microsoft.Office.SecureStoreService.Server Namespace