Forrest logo
back to context overview

sn

List of commands for sn:

  • sn:tldr:103d2 sn: Extract the public key to a file.
    $ sn -e ${path-to-assembly-dll} ${path-to-output-pub}
    try on your machine
    explain this command
  • sn:tldr:946b6 sn: Generate a new StrongNaming key.
    $ sn -k ${path-to-key-snk}
    try on your machine
    explain this command
  • sn:tldr:973ea sn: Re-sign an assembly with the specified private key.
    $ sn -R ${path-to-assembly-dll} ${path-to-key_pair-snk}
    try on your machine
    explain this command
  • sn:tldr:be3f7 sn: Show the public key of the private key that was used to sign an assembly.
    $ sn -T ${path-to-assembly-exe}
    try on your machine
    explain this command
back to context overview