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?
 
Back
Top