New test.
[mono.git] / mcs / class / corlib / System.Security.Cryptography / ICryptoTransform.cs
index 2fa0837705331610fdfb097520f1766089714f26..dda99d8b81bce2bbea00862ff8a563b9bba18e0f 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;
+using System.Runtime.InteropServices;
 
 namespace System.Security.Cryptography {
 
+#if NET_2_0
+       [ComVisible (true)]
+#endif
        public interface ICryptoTransform : IDisposable {
 
                bool CanReuseTransform {