Assembly key file.

  • Thread starter Thread starter chis2k
  • Start date Start date
C

chis2k

I'm a little confused on what an assembly key file (*.snk) does for your
project when you incorporate it. Does it help protect it somehow?

thx,
-Chris
 
It is a cryptographic key file that you can use to sign your assemblies. It
doesn't really help protect the assembly but it does allow you to place
assemblies into the GAC as well as provides a level of trust in applications
that use the assembly.

Brian Patterson
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top