I have followed the following steps to create a public/private key pair but am not sure what to do next.
Should I type just the key file name (publicKey.snk) or full path into "Choose a strong name key file"
1. sn -k keypair.snkNext, extract the public key from the key pair and copy it to a separate file:
2. sn -p keypair.snk public.snkOnce you create the key pair, you must put the file where the strong name signing tools can find it.
Start Free Trial