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.
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.