We have a third party library referenced in our project, but without access to the source I don't really know what it's doing under the hood and there's too much code to check it out with Reflector.
Is there any easy way to completely sandbox it so it can't access the file system, network, registry etc.?
I'm trying to get up to speed with security, but it's a huge topic.