.net - Sign a dll using cmd -


i have dll (project.dll) want sign dll using cmd don't have source code of it.

is possible sign dll without sourcecode.

if yes, please let me know how it.

you can sign assemblies after have been compiled. having source code irrelevant.

use sn.exe, , al.exe tools.

see how use them here.


Comments

Popular posts from this blog

c# - Getting "Internal .Net Framework Data Provider error 30" error when column has NULL value -

SAP Web Service from .NET via WCF -

c++ - How to modify context menu of internet explorer using IDocHostUIHandler::ShowContextMenu? -