Chapter 13 Strong names and key files
Iâm not sure I understood fully the use of key-pairs.
1. Only sign the âDLL-projectâ with a key file for the reason that the latter assembly of which it becomes part, will ârecognizeâ its DLL.
2. So when I use two or more âDLL-projectsâ in my solution/assembly, I sign each of them with a key file.
3. In fact, I could use the same key file, every time I sign a âDLL-projectâ. And when I later integrate one or more of my signed âDLL-projectsâ in a solution, the compiler does the remaining
|