Share via


SecureStoreServiceApplicationProxy.Unprovision method (Boolean)

Unprovisions the current application.

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

Syntax

'Declaration
Public Overrides Sub Unprovision ( _
    deleteData As Boolean _
)
'Usage
Dim instance As SecureStoreServiceApplicationProxy
Dim deleteData As Boolean

instance.Unprovision(deleteData)
public override void Unprovision(
    bool deleteData
)

Parameters

  • deleteData
    Type: System.Boolean

    true if any user data associated with the application proxy should be deleted; otherwise, false.

Remarks

This method unprovisions the SPServiceLoadBalancer and ensures that changes are persisted.

See also

Reference

SecureStoreServiceApplicationProxy class

SecureStoreServiceApplicationProxy members

Unprovision overload

Microsoft.Office.SecureStoreService.Server namespace