2005-06-10 Sebastien Pouliot <sebastien@ximian.com>
[mono.git] / mcs / class / corlib / System.Security.Cryptography / CipherMode.cs
index 0b692c0a58dace5a8aa492b8206d70e4a24893ce..461868782a384eed98f79c87be0f6f89fa775a82 100644 (file)
@@ -5,11 +5,7 @@
 //   Matthew S. Ford (Matthew.S.Ford@Rose-Hulman.Edu)
 //
 // Copyright 2001 by Matthew S. Ford.
-// (C) 2004 Novell (http://www.novell.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.
 //
 
+using System.Runtime.InteropServices;
+
 namespace System.Security.Cryptography {
 
        [Serializable]
+#if NET_2_0
+       [ComVisible (true)]
+#endif
        public enum CipherMode {
                CBC = 0x1, // Cipher Block Chaining
                ECB, // Electronic Codebook