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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top