SecureStoreServiceDatabase.Provision Method
Creates the Secure Store SQL Server database with a user schema.
Namespace: Microsoft.Office.SecureStoreService.Server
Assembly: Microsoft.Office.SecureStoreService (in Microsoft.Office.SecureStoreService.dll)
Syntax
'Declaration
Public Overrides Sub Provision
'Usage
Dim instance As SecureStoreServiceDatabase
instance.Provision()
public override void Provision()
Remarks
This override creates the database for the Secure Store Service if the database does not exist, or if the database exists but is empty; otherwise, it updates the existing database with the present valid schema.
See Also
Reference
SecureStoreServiceDatabase Class