ISecureStore.DeleteApplication Method

Deletes the specified target application.

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

Syntax

'Declaration
Sub DeleteApplication ( _
    applicationId As String _
)
'Usage
Dim instance As ISecureStore
Dim applicationId As String

instance.DeleteApplication(applicationId)
void DeleteApplication(
    string applicationId
)

Parameters

Remarks

This method deletes the target application from the Secure Store Service.

See Also

Reference

ISecureStore Interface

ISecureStore Members

Microsoft.Office.SecureStoreService.Server Namespace