X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FSystem.Security.Cryptography%2FAsymmetricSignatureFormatter.cs;h=34d145d80e0548cc42192c2f44e88b73fb3b25c0;hb=0ffa570a3aff21e50c3fdfbe4e8758eed0a7c96d;hp=90c8737fbdb4041cb9b919ecbe31414bfd0b8746;hpb=234225d112c4b018b8d1796f4c06a15812137500;p=mono.git diff --git a/mcs/class/corlib/System.Security.Cryptography/AsymmetricSignatureFormatter.cs b/mcs/class/corlib/System.Security.Cryptography/AsymmetricSignatureFormatter.cs old mode 100755 new mode 100644 index 90c8737fbdb..34d145d80e0 --- a/mcs/class/corlib/System.Security.Cryptography/AsymmetricSignatureFormatter.cs +++ b/mcs/class/corlib/System.Security.Cryptography/AsymmetricSignatureFormatter.cs @@ -4,11 +4,7 @@ // Authors: // Thomas Neidhart (tome@sbox.tugraz.at) // -// (C) 2004 Novell (http://www.novell.com) -// - -// -// 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 @@ -30,15 +26,15 @@ // 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);