Lock a .dll

  • Thread starter Thread starter Samuel Shulman
  • Start date Start date
S

Samuel Shulman

I want to restrict the use of a .dll file to a specific project

Can that be done and how?

Thank you,
Samuel
 
I want to restrict the use of a .dll file to a specific project

Can that be done and how?


You can implement Microsoft's license provider.

Or a simplier method could be to check the Calling Assembly's name via the
System.Reflection.Assembly?
 

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

Similar Threads


Back
Top