.netassembliesstrongnamecsharpcodeprovider

How to create a .NET assembly with a strong name programmatically?


Is there a way to create a strong-named assembly using CSharpCodeProvider?


Solution

  • See SN.EXE ( http://msdn.microsoft.com/en-us/library/k5b5tt23(VS.80).aspx ). You'll have to execute that on your assembly pointing to a key file to do the signing.