Import_CodeSigningKey.md 316 B

Import codeSigningKey.pfx

In order to import the key for code signing on a new developer machine use the following command within the VS developer command line:

sn –i .\codeSigningKey.pfx VS_KEY_62CA73019ED23333

The container name may be different.

Check if the assembly has a strong name

sn -vf MQTTnet.dll