SecureStoreServiceApplication.Provision Method
Makes the changes to the local server that are needed before the SecureStoreServiceApplication object can be used.
Namespace: Microsoft.Office.SecureStoreService.Server
Assembly: Microsoft.Office.SecureStoreService (in Microsoft.Office.SecureStoreService.dll)
Syntax
'Declaration
Public Overrides Sub Provision
'Usage
Dim instance As SecureStoreServiceApplication
instance.Provision()
public override void Provision()
Remarks
This method provisions the database.
See Also
Reference
SecureStoreServiceApplication Class