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
applicationId
Type: System.StringThe target application ID.
Remarks
This method deletes the target application from the Secure Store Service.