The Strong Name tool helps sign assemblies with strong names. Sn.exe provides options for key management, signature generation, and signature verification.

You should only need to use this action if the Generate Key Pair, Verify Strong Name, Install Key in Container, Extract Public Key, and Re-sign Assembly actions can't do what you require.

 


Run SN.EXE

Working Folder

The folder SN.EXE will be run from. This will be the first port of call for any files that it requires, and also the basis for any relative paths used in the command. 

SN.EXE Command Line Options

The parameters to pass to SN.EXE. This can take the following form:

Due to the complexity of this tool and the number of options available we currently allow direct access to the command arguments. These can be found on the MSDN website located here SN.EXE.