[docs] Import of Microsoft BCL Documentation.
[mono.git] / mcs / class / corlib / System.Security.Cryptography / ICspAsymmetricAlgorithm.cs
old mode 100755 (executable)
new mode 100644 (file)
index 89281c6..99520c8
@@ -2,13 +2,10 @@
 // ICspAsymmetricAlgorithm.cs: interface for CSP based asymmetric algorithm
 //
 // Author:
-//     Sebastien Pouliot (spouliot@motus.com)
+//     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
 
-using System;
+using System.Runtime.InteropServices;
 
 namespace System.Security.Cryptography {
 
+       [ComVisible (true)]
        public interface ICspAsymmetricAlgorithm {
 
                byte[] ExportCspBlob (bool includePrivateParameters);
@@ -46,4 +43,3 @@ namespace System.Security.Cryptography {
        }
 }
 
-#endif
\ No newline at end of file