Assembly Distribution

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
 
M

Mattias Sjögren

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
 

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

Top