Examples (4)
Generate a new StrongNaming key
sn -k path/to/key.snkRe-sign an assembly with the specified private key
sn -R path/to/assembly.dll path/to/key_pair.snkShow the public key of the private key that was used to sign an assembly
sn -T path/to/assembly.exeExtract the public key to a file
sn -e path/to/assembly.dll path/to/output.pubmade by @shridhargupta | data from tldr-pages