Navigation:  Implementing EasyGo > Add the LicProtectorEasyGo.dll to your project >

Sign DLL with own certificate

Previous pageReturn to chapter overviewNext page

If you need to sign the DLL (.NET application) with your own certificate you can do this as follows:

 

First create a KeyFile by using the sn.exe
 
For example:
sn -k "C:\KeyFile\MyKey.snk"
 
The following steps allow your application to run with a reference to Licence Protector:
 
Insert a reference to LicProtectorxy.dll (COM) within your development environment
Open the properties window of your project
Open the tab "CommonProperties" - "General"
Write the path to MyKey.snk in the field "Wrapper Assembly Key File"
Build your project

 


Page url: http://www.helpserver.biz/onlinehelp/lp/easygo/2.5/help2000/index.html?sign_dll.htm