I have an assembly which is not strong-named. I have no source code for it.
I now need it to be signed. Is there a way to do this?
|
|
I have an assembly which is not strong-named. I have no source code for it. I now need it to be signed. Is there a way to do this?
|
|||
|
|
|
|
If the original assembly is marked for delay signing, then you can use the sn.exe tool. if the original assembly is not so marked, then you can disassemble it with ildasm.exe, then re-asssemble it with ilasm.exe and specify the /key argument. |
||
|
|
|
Use the Strong Name Tool utility (sn.exe). |
||