CryptoConfig.cs: Inverse name and oid when reading them from machine.config. Part...
[mono.git] / mcs / class / corlib / System.Security.Cryptography / Rijndael.cs
index 7b156ec428d70d50bd0439c6dde8acb471871510..4104dfbd909d5afeb38bc4eadbe7c8b580f2615b 100644 (file)
@@ -5,7 +5,7 @@
 //          Andrew Birkett (andy@nobugs.org)\r
 //\r
 // (C) 2002\r
-// Copyright (C) 2004-2005 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
@@ -49,8 +49,12 @@ namespace System.Security.Cryptography {
                {\r
                        return (Rijndael) CryptoConfig.CreateFromName (algName);\r
                }\r
-               \r
-               public Rijndael () \r
+
+#if NET_2_0
+               protected Rijndael ()
+#else\r
+               public Rijndael ()
+#endif\r
                {\r
                        KeySizeValue = 256;\r
                        BlockSizeValue = 128;\r