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

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -

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

javascript - Restarting Supervisor and effect on FlaskSocketIO -