SecureStoreServiceDatabase.Unprovision method

Makes the necessary changes to the local server to clean up after deleting the Secure Store database.

Namespace:  Microsoft.Office.SecureStoreService.Server
Assembly:  Microsoft.Office.SecureStoreService (in Microsoft.Office.SecureStoreService.dll)

Syntax

'Declaration
Public Overrides Sub Unprovision
'Usage
Dim instance As SecureStoreServiceDatabase

instance.Unprovision()
public override void Unprovision()

Remarks

This override sets the status of the Secure Store database object in the local server, and ensures that all the opened connections to the database have been closed.

See also

Reference

SecureStoreServiceDatabase class

SecureStoreServiceDatabase members

Microsoft.Office.SecureStoreService.Server namespace