Implement mono_gc_alloc_fixed on Boehm to be uncollectable. This matches SGen behavio...
[mono.git] / mcs / class / corlib / System.Security.Cryptography / CspKeyContainerInfo.cs
index a079d7d114fcfa1e9903e9d9e9ba67ef693e698e..0d0a8cab5cecb41837d8b6a7a49e6ae2aeea44ea 100644 (file)
@@ -27,8 +27,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
-
 using System.Runtime.InteropServices;
 using System.Security.AccessControl;
 
@@ -111,5 +109,3 @@ namespace System.Security.Cryptography {
                }
        }
 }
-
-#endif