Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ChangeLog « System.Security.Cryptography.X509Certificates « System « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fced32483a9738a0c8a528ac1cd53846952f4a1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2003-01-30  Sebastien Pouliot  <spouliot@videotron.ca>

	* X509CertificateCollection.cs: Replaced the use of the private 
	ArrayList by the protected InnerList (from CollectionBase) so
	Count property now works.

2002-10-21  Miguel de Icaza  <miguel@ximian.com>

	* X509CertificateCollection.cs (Add): New method.

2002-05-12  Lawrence Pit <loz@cable.a2000.nl>

	* X509CertificateCollection.cs: implemented