Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Unprovisions the instance of the Secure Store Service application on a server in a server farm.
Namespace: Microsoft.Office.SecureStoreService.Server
Assembly: Microsoft.Office.SecureStoreService (in Microsoft.Office.SecureStoreService.dll)
Syntax
'Declaration
Protected Overrides Sub UnprovisionLocal ( _
serviceInstance As SPServiceInstance _
)
'Usage
Dim serviceInstance As SPServiceInstance
Me.UnprovisionLocal(serviceInstance)
protected override void UnprovisionLocal(
SPServiceInstance serviceInstance
)
Parameters
serviceInstance
Type: Microsoft.SharePoint.Administration.SPServiceInstanceThe instance of a service.
Remarks
This method deletes the key container from the registry.
See Also
Reference
SecureStoreServiceApplication Class