patriksvensson / blackbox

A logging library inspired by log4net, targeting .NET Framework 4 Client Profile.
http://blackbox-project.org
GNU General Public License v3.0
6 stars 0 forks source link

Allow partially trusted callers (.NET Framework 4) #11

Open patriksvensson opened 13 years ago

patriksvensson commented 13 years ago

In .NET Framework 4, all code defaults to security-transparent. We need to allow partially trusted callers to call into the BlackBox library. This is only a problem i medium trust environments, but makes it impossible to use BlackBox in a webapplication that isn't running full trust.