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

asp.net - Javascript/DOM Why is does my form not support submit()? -

sockets - Delphi: TTcpServer, connection reset when reading -

javascript - Classic ASP "ExecuteGlobal" statement acting differently on two servers -