I want to secure the asembly in gac so that only my company appications can use this assembly when it is installed on the webserver can u pls kindly tell me how to do it Patel Neelesh A
I want to secure the asembly in gac so that only my company appications can use this assembly when it is installed on the webserver can u pls kindly tell me how to do it Patel Neelesh A
Hi there, You might be interested in Tim's comments[^]. In his comments, Tim shows you a simple way of using the StrongNameIdentityPermissionAttribute[^] attribute to prevent the unexpected users from calling an assembly.