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.
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.