2005-09-27 Sebastien Pouliot <sebastien@ximian.com>
[mono.git] / mcs / class / System / System.Security.Cryptography.X509Certificates / ChangeLog
index 58441abdf2a7aa6474e12c7f5f2dbb07f1ee6b38..d48f5633e822cd8cd9f91749b32e1532eb36faa1 100644 (file)
@@ -1,3 +1,12 @@
+2005-09-27  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * X509Certificate2Collection.cs: Class is not sealed. Removed Select 
+       methods (moved to a new class in System.Security.dll).
+       * X509Certificate2.cs: Removed Display methods (moved to a new class 
+       in System.Security.dll).
+       * X509SelectionFlag.cs: Removed. This enum is still in System.Security
+       * X509NameType.cs: Added new DnsFromAlternativeName value.
+
 2005-09-26  Sebastien Pouliot  <sebastien@ximian.com>
 
        * All classes, except X509CertificateCollection, moved from