.net - How many .snk files do I need? -
I have many .NET assemblies and want to sign each of them with a strong name. Is a keypair (a .snk file) sufficient or do I need to generate a pair for each assembly? Do I have to publish the public key of the key (each)?
You only need one. SNK file is required.
You do not need to publish the public key. With any PP switch, SNEE You can get the public key using.
Comments
Post a Comment