Assembly Distribution

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

If I distribute an assembly with my application, how would I keep other developers from using it for their own development purposes? Is it possible to associate a "rumtime only" license with the assembly that would keep them from, say, adding a reference to it in VS.Net

Todd
 
Todd,
If I distribute an assembly with my application, how would I keep other developers from using it for their own development purposes?

Check out the StrongNameIdentityPermissionAttribute



Mattias
 
Back
Top