Should my executable check that it has been signed with my certificate
We distribute a Windows application. The application is code signed with a certificate from a proper/trusted CA. This provides some guarantee that the application came from us (checked by the OS).
We use CryptQueryObject to get the fields … Continue reading Should my executable check that it has been signed with my certificate