2005-01-31 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mcs / class / System / System.Security.Cryptography.X509Certificates / ChangeLog
1 2004-06-05  Sebastien Pouliot  <sebastien@ximian.com>
2
3         * X509CertificateCollection.cs: Fixed Contains which works by value
4         (i.e. not by object reference). Fixed Remove for null and unexisting
5         elements.
6
7 2003-03-01  Sebastien Pouliot  <spouliot@videotron.ca>
8
9         * X509CertificateCollection.cs: Fixed bugs in AddRange
10         (added the collection not the certificates in the collection).
11
12 2003-01-30  Sebastien Pouliot  <spouliot@videotron.ca>
13
14         * X509CertificateCollection.cs: Replaced the use of the private 
15         ArrayList by the protected InnerList (from CollectionBase) so
16         Count property now works.
17
18 2002-10-21  Miguel de Icaza  <miguel@ximian.com>
19
20         * X509CertificateCollection.cs (Add): New method.
21
22 2002-05-12  Lawrence Pit <loz@cable.a2000.nl>
23
24         * X509CertificateCollection.cs: implemented
25