SecureStoreServiceApplication.CreateApplication Method
Creates a target application.
Namespace: Microsoft.Office.SecureStoreService.Server
Assembly: Microsoft.Office.SecureStoreService (in Microsoft.Office.SecureStoreService.dll)
Syntax
'Declaration
Public Sub CreateApplication ( _
rawPartitionId As Guid, _
application As TargetApplication, _
applicationFields As IList(Of TargetApplicationField), _
applicationClaims As TargetApplicationClaims _
)
'Usage
Dim instance As SecureStoreServiceApplication
Dim rawPartitionId As Guid
Dim application As TargetApplication
Dim applicationFields As IList(Of TargetApplicationField)
Dim applicationClaims As TargetApplicationClaims
instance.CreateApplication(rawPartitionId, _
application, applicationFields, _
applicationClaims)
public void CreateApplication(
Guid rawPartitionId,
TargetApplication application,
IList<TargetApplicationField> applicationFields,
TargetApplicationClaims applicationClaims
)
Parameters
rawPartitionId
Type: System.GuidThe GUID that represents the partition ID.
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.
Implements
Remarks
This method creates a new target application in the specified partition that is managed by the current Secure Store Service.
See Also
Reference
SecureStoreServiceApplication Class