Share via


SecureStoreServiceApplicationProxy.DeleteApplication Method

NOTE: This API is now obsolete.

Deletes a target application using the specified application ID.

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

Syntax

'Declaration
<ObsoleteAttribute("Use the ISecureStore interface to call into the SSS OM")> _
Public Sub DeleteApplication ( _
    applicationId As String _
)
'Usage
Dim instance As SecureStoreServiceApplicationProxy
Dim applicationId As String

instance.DeleteApplication(applicationId)
[ObsoleteAttribute("Use the ISecureStore interface to call into the SSS OM")]
public void DeleteApplication(
    string applicationId
)

Parameters

Remarks

Since this method is obsolete, you should invoke it through the ISecureStore interface instead.

See Also

Reference

SecureStoreServiceApplicationProxy Class

SecureStoreServiceApplicationProxy Members

Microsoft.Office.SecureStoreService.Server Namespace