SecureStoreServiceApplication.Delete Method
Removes the current application.
Namespace: Microsoft.Office.SecureStoreService.Server
Assembly: Microsoft.Office.SecureStoreService (in Microsoft.Office.SecureStoreService.dll)
Syntax
'Declaration
Public Overrides Sub Delete
'Usage
Dim instance As SecureStoreServiceApplication
instance.Delete()
public override void Delete()
Remarks
This method deletes the SecureStoreServiceDatabase along with the application.
See Also
Reference
SecureStoreServiceApplication Class