IUninstallCertificate

Declaration

IUninstallCertificate : ICustomAction

Overview

This interface facilitates editing custom action that uninstalls a certificate. It requires administrative privileges to run, so make sure you set "RunAsAdministrator" property to “true” from InstallParameters.

Properties

String Thumbprint - Gets or sets the thumbprint of the digital certificate.

Bool IsInstalledOnLocalMachine - Gets or sets the property of the custom action that specifies if the certificate is installed on “Local Machine” or “Current User” location.

String StoreName - Gets or sets the name of the certificate store.

See also

ISearch

IAdvinstProjectTypes