Authenticode Signature Verification - Application Enabler - English - Foundation 22.1 - OnBase - Essential - Premier - Standard - external - Standard - Essential - Premier

Application Enabler

Platform
OnBase
Product
Application Enabler
Release
Foundation 22.1
License
Standard
Essential
Premier

Authenticode is a Microsoft technology that uses digital certificates to identify the publisher of an application to ensure the application's integrity and to verify that the software has not been infected by any malware since it was created.

Signature verification is disabled by default because, depending on the speed of your network connection and other factors, the signature verification check may take a noticeably long time. This causes the application to take longer to launch.

Note:

For more information on this topic, see: http://support.microsoft.com/kb/936707.

To enable signature verification:

  1. Locate the application's .config file.
  2. Open the file for editing in a plain-text editor, such as Notepad.
  3. Locate the generatePublisherEvidence element.
  4. Change the enabled attribute to true:
    <generatePublisherEvidence enabled="true"/>
  5. Save and close the file.