[runtime] Switch getenv to use heap memory
[mono.git] / mcs / class / System / System.Security.Cryptography.X509Certificates / OpenFlags.cs
index de7787a4abcdeb8b0dc935829b292b2f9bcf163b..627afab706a6317058464802f8d5566f772a92d0 100644 (file)
@@ -5,7 +5,7 @@
 //     Sebastien Pouliot  <sebastien@ximian.com>
 //
 // (C) 2003 Motus Technologies Inc. (http://www.motus.com)
-// Copyright (C) 2004 Novell Inc. (http://www.novell.com)
+// Copyright (C) 2004-2005 Novell Inc. (http://www.novell.com)
 //
 // Permission is hereby granted, free of charge, to any person obtaining
 // a copy of this software and associated documentation files (the
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0 && SECURITY_DEP
-
 namespace System.Security.Cryptography.X509Certificates {
 
        [Flags]
-       [Serializable]
        public enum OpenFlags {
                ReadOnly,
                ReadWrite, 
@@ -42,4 +39,3 @@ namespace System.Security.Cryptography.X509Certificates {
        }
 }
 
-#endif