SecureStoreServiceApplicationProxy.CreateApplication Method
NOTE: This API is now obsolete.
Creates a target application.
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 CreateApplication ( _
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.CreateApplication(application, _
applicationFields, applicationClaims)
[ObsoleteAttribute("Use the ISecureStore interface to call into the SSS OM")]
public 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
Since this method is obsolete, you should invoke it through the ISecureStore interface instead.
See Also
Reference
SecureStoreServiceApplicationProxy Class