SecureStoreServiceApplication.ProvisionLocal Method
Provisions the service application on the local machine.
Namespace: Microsoft.Office.SecureStoreService.Server
Assembly: Microsoft.Office.SecureStoreService (in Microsoft.Office.SecureStoreService.dll)
Syntax
'Declaration
Protected Overrides Sub ProvisionLocal ( _
serviceInstance As SPServiceInstance _
)
'Usage
Dim serviceInstance As SPServiceInstance
Me.ProvisionLocal(serviceInstance)
protected override void ProvisionLocal(
SPServiceInstance serviceInstance
)
Parameters
serviceInstance
Type: Microsoft.SharePoint.Administration.SPServiceInstanceThe instance of the service application.
Remarks
This method provisions the local registry for the specified service application.
See Also
Reference
SecureStoreServiceApplication Class