[docs] Import of Microsoft BCL Documentation.
[mono.git] / mcs / class / corlib / System.Security.Cryptography / AsymmetricKeyExchangeDeformatter.cs
index 12b2dd66262574cea7ccc4aa1dd79c1478065c73..4ecd370591749475d331fd961de48c4c5ab912b7 100644 (file)
@@ -4,11 +4,7 @@
 // Authors:\r
 //   Thomas Neidhart (tome@sbox.tugraz.at)\r
 //
-// (C) 2004 Novell (http://www.novell.com)
-//\r
-
-//
-// Copyright (C) 2004 Novell, Inc (http://www.novell.com)
+// Copyright (C) 2004-2006 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.
 //
 \r
-using System;\r
+using System.Runtime.InteropServices;
 \r
 namespace System.Security.Cryptography {\r
        \r
-       public abstract class AsymmetricKeyExchangeDeformatter {\r
-               \r
-               public AsymmetricKeyExchangeDeformatter () 
+       [ComVisible (true)]
+       public abstract class AsymmetricKeyExchangeDeformatter {
+               protected AsymmetricKeyExchangeDeformatter ()
                {\r
                }\r
                \r
@@ -50,4 +46,3 @@ namespace System.Security.Cryptography {
                public abstract void SetKey (AsymmetricAlgorithm key);\r
        }\r
 }\r
-\r