-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

sn


> Mono StrongName utility for signing and verifying IL assemblies.

More information.


Generate a new StrongNaming key:

sn -k {path/to/key.snk}

Re-sign an assembly with the specified private key:

sn -R {path/to/assembly.dll} {path/to/key_pair.snk}

Show the public key of the private key that was used to sign an assembly:

sn -T {path/to/assembly.exe}

Extract the public key to a file:

sn -e {path/to/assembly.dll} {path/to/output.pub}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Tue May 21 06:58:15 2024