Menu

Digital Signature

Add Digital Signature to Your Program

 
M3 can provide a utility to add digital signature to a program. Unsigned program will show a warning message as shown in the below image when you launch the program.

“The program is from an unknown publisher. Running it can possibly harm your device. Do you want to continue?"
 
To avoid the warning message pop up, the program needs to be signed and this document will guide through the signing process.
 
i. Cancellation of All Security Setting.
 
Set 0000101a Value as 1 from [HKEY_LOCAL_MACHINE\Security\Policies\Policies]
This is not acutally signing the application. It will low the security level so that the device will not ask for the signature.
 

 
ii. Digital Signing Process
 

 
iii. Signing in Visual Studio
 
For .NET
Property → Devices → Check 'Sign the…' → Click Select Certificate → Select 'My Privileged …’ → ‘OK’
 
Result