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 -

Which Python client library should I use for CouchdB? -

c# - How can I find out if there are windows above a control? -