X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FSystem.Security.Cryptography%2FAsymmetricKeyExchangeFormatter.cs;h=e07f208c821f08f7de50530c4174c1b5b0968a63;hb=0ffa570a3aff21e50c3fdfbe4e8758eed0a7c96d;hp=be7462c7047e88321cc065570bf0f77ffa26ad39;hpb=56a1dfe6e8bb41a9002cad6a01977143b0129b64;p=mono.git diff --git a/mcs/class/corlib/System.Security.Cryptography/AsymmetricKeyExchangeFormatter.cs b/mcs/class/corlib/System.Security.Cryptography/AsymmetricKeyExchangeFormatter.cs old mode 100755 new mode 100644 index be7462c7047..e07f208c821 --- a/mcs/class/corlib/System.Security.Cryptography/AsymmetricKeyExchangeFormatter.cs +++ b/mcs/class/corlib/System.Security.Cryptography/AsymmetricKeyExchangeFormatter.cs @@ -4,16 +4,36 @@ // Authors: // Thomas Neidhart (tome@sbox.tugraz.at) // -// (C) 2004 Novell (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 +// "Software"), to deal in the Software without restriction, including +// without limitation the rights to use, copy, modify, merge, publish, +// distribute, sublicense, and/or sell copies of the Software, and to +// permit persons to whom the Software is furnished to do so, subject to +// the following conditions: +// +// The above copyright notice and this permission notice shall be +// included in all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +// 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 AsymmetricKeyExchangeFormatter { - - public AsymmetricKeyExchangeFormatter () + + protected AsymmetricKeyExchangeFormatter () { }