Multiple .snk files

  • Thread starter Thread starter Greyhound
  • Start date Start date
G

Greyhound

Is it possible for an assembly to have 2 strong name files and use each one
when needed in accessing different dlls? I have created a Windows App in C#
(VS2005) and I need to reference 2 dlls, each with a different .snk file.
Thanks.
 
You don't need the keys to match for strong naming to work properly. If you
want the assemblies to have matching keys (perhaps for security purposes),
sign both with the same snk file.
 
Back
Top