.net 2.0 assembly security
        Posted  
        
            by anthonywalters
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by anthonywalters
        
        
        
        Published on 2010-06-05T19:57:01Z
        Indexed on 
            2010/06/05
            20:02 UTC
        
        
        Read the original article
        Hit count: 176
        
Hi,
I have an assembly and want to restrict the assemblies and applications that can call/use this assemblies functionality. Can anyone provide detailed information on how this can be achieved ?
From what I have read on the internet this is not possible because any "fully trusted" assembly will automatically be granted access.
I am using .NET 2.0 and 3.5 and the solution needs to be compatible with both versions of the framework.
Thanks in advance ;-)
© Stack Overflow or respective owner