Sandboxing using AppDomain - Trust No One

  • Thread starter Thread starter Robson Felix
  • Start date Start date
R

Robson Felix

Hi,

I am trying to implement an AppDomain to load addin assemblies (loaded in
memory using an array of bytes) for a project I am working on and what I
basically want is:

a) deny access to any local files in all drives
b) deny network access to any internal network addresses
c) deny network access to any external addresses
d) allow unrestricted access to a particular drive
e) allow network access to a particular IP range

I am trying to do that through PermissionSet's but it is not working. I
tried to find information on the web without success.

Any thoughts?

Thanks,
Robson
 
Back
Top