Digital Signatures - Code Signing the TX Text Control Files
Code signing is getting more and more important. It adds a digital signature to software files. These signatures can identify the publisher and verify that the software has not been altered or corrupted. The files themselves won't be altered, but a signature is appended to the executable. Malicious code can't be added to the file thanks to a checksum that would not be correct if there were a modification. Since SP2 for Microsoft Windows XP was released, a security warning dialog indicates…


Code signing is getting more and more important. It adds a digital signature to software files. These signatures can identify the publisher and verify that the software has not been altered or corrupted. The files themselves won't be altered, but a signature is appended to the executable. Malicious code can't be added to the file thanks to a checksum that would not be correct if there were a modification.
Since SP2 for Microsoft Windows XP was released, a security warning dialog indicates the "Unknown Publisher" if the digital signature is not included. Otherwise, the company name and an optional link is displayed.
Windows Vista comes with UAC - the User Account Control. These new security policies can make it so that only signed executables can be run on the system.
For software developers it is important to know that Microsoft requires all files with the following extensions to be signed with an Authenticode certificate to receive the Windows Vista Logo Certification:
- *.exe
- *.dll
- *.ocx
- *.sys
- *.cpl
- *.drv
- *.scr
Distributable files of software components like TX Text Control must be signed by the vendor of the component.
As a matter of course, we offer this service for our customers free of charge.
The process is quite simple:
- Open a support case here and request your code signed files.
- Our support engineers will ask you to send them your distributable files as a zip file.
- After your files were signed, you will receive them by email.
We can offer this service only for version 14.0 of TX Text Control. If you have any questions about code signing or our sign process, feel free to contact me.
Related Posts
Getting Started: ServerTextControl and MailMerge in a .NET 8 Console…
This article shows how to create a .NET 8 console application on Linux using Docker and WSL that uses the ServerTextControl to create a document and MailMerge to merge JSON data into the document.…
Create a Table of Contents in Windows Forms using C#
This article explains how to create a table of contents in Windows Forms using the ribbon or programmatically. Creating a table of contents is required to organize large documents.
Two Ways to Restart Numbered Lists in TX Text Control
In TX Text Control, numbered lists are continued by default and need to be reset when required. There is more than one way if you want to restart numbered lists in a document. In this article, two…
How to Use the FieldAdapter Classes to Manipulate ApplicationFields
TX Text Control .NET for Windows Forms 14.0 introduced the ApplicationField class to manipulate MS Word standard fields like MergeField, Date or NumPages. All switches and parameters of these…
TX Text Control Smart-Tags: Connecting the Controls with Ease
In TX Text Control .NET for Windows Forms 15.0, we introduced the Visual Studio Smart-Tags. This tag is a menu-like interface that supply commonly used design-time options like changing the Dock…