2004-12-03 Lluis Sanchez Gual <lluis@novell.com>
[mono.git] / mcs / class / corlib / System.Security.Cryptography.X509Certificates / ChangeLog
index 291b9e366beb27c15d463780dad10e522dbe2de1..a67d7b7626adba104e931cdd49dfcd9a8147f6fa 100644 (file)
@@ -1,3 +1,15 @@
+2004-11-30  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * X509Certificate.cs: Added ComVisible attributes to match 2.0 October
+       Preview. Prepared Import and Export to be plugged with PKCS#12 code.
+       * X509ContentType.cs: Fixed typo (dnd) in comments.
+
+2004-09-07  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * X509Certificate.cs: CreateFromSignedFile now throw the COMException
+       if the specified file isn't signed (before this was done by 
+       AuthenticodeDeformatter). More details are available on failure.
+
 2004-07-08  Sebastien Pouliot  <sebastien@ximian.com>
 
        * X509Certificate.cs: Added new Equals(Object). Moved [Serializable]