[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.Security / System.Security.Cryptography / ChangeLog
index acabeab439660342b5e0e2b3bc64ce77cfb66c8c..047b0dfbc030b256cd20a62d74d8410b7c7a05d5 100644 (file)
@@ -1,3 +1,13 @@
+2009-06-05  Marek Safar  <marek.safar@gmail.com>
+
+       * *.cs: Fixed NET_2_0 conditional to actually handle Mono.Security
+       dependency.
+
+2005-10-27  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * ProtectedData.cs: Added support for Windows (2000 and later) by 
+       p/invoking DPAPI thru Mono.Security.Cryptography.NativeDapiProtection.
+
 2005-10-20  Sebastien Pouliot  <sebastien@ximian.com>
 
        * CryptographicAttributeCollection.cs: Fixed Add and Remove methods.