IUninstallCertificate

DeclarationCopy link to this sectionLink to this section copied!

IUninstallCertificate : ICustomAction

OverviewCopy link to this sectionLink to this section copied!

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.

PropertiesCopy link to this sectionLink to this section copied!

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.