security - Restrict access to .NET assembly? -


is there way have .net assembly accessible authorized sources?

i mean want have dll contains components, don't want able use these components other dlls exes in solution. want them in separated dlls though.

restriction on namespace might idea if feature exists out there.

is there way?

you can create internal classes. , give specified assemblies access these classes using internalsvisibleto attribute.

the assembly should strong named. can find more information attribute in this article.


Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -