Merge pull request #697 from linquize/atom-bug
[mono.git] / mcs / class / corlib / System.Security.Cryptography / AsymmetricSignatureFormatter.cs
old mode 100755 (executable)
new mode 100644 (file)
index 90c8737..34d145d
@@ -4,11 +4,7 @@
 // Authors:
 //   Thomas Neidhart (tome@sbox.tugraz.at)
 //
-// (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.
 //
 
-using System;
+using System.Runtime.InteropServices;
 
 namespace System.Security.Cryptography {
        
+       [ComVisible (true)]
        public abstract class AsymmetricSignatureFormatter {
-               
-               public AsymmetricSignatureFormatter () 
-               {
-               }
+
+               protected AsymmetricSignatureFormatter ()
+               {               }
                
                public abstract void SetHashAlgorithm (string strName);