c# - Securing .net Assemblies -


I want to secure my assembly (DLL) by binding it for a particular environment. Say I have a DLL (Bizlogic.Doll), I want to make it available to my co-developers within the organization. But I do not want others to use it outside my organization.

Is there any way to overcome this issue?

Thanks in advance.

- Mohammed

What do you mean outside your organization?

Still, do you consider signing your assembly?


Comments

Popular posts from this blog

MySql variables and php -

php - Laravel - Overriding a resource route into a different route filter group -

url rewriting - How to implement the returnurl like SO in PHP? -