Does Mono support CAS ?
Mono 1.0.x doesn’t support Code Access Security. Mono 1.2 has an experimental preview of the technology (turned off by default) with partial (and unaudited) class library support. In addition, Mono currently does not have a complete verifier, which means that invalid assemblies will produce an assertion in the runtime.