2010-04-06 Jb Evain <jbevain@novell.com>
[mcs.git] / class / Mono.Security / Mono.Security.X509.Stores / ChangeLog
blob458574bd618e1f94064044bc5ee3fa3e6bf5ff1a
1 2008-09-12  Sebastien Pouliot  <sebastien@ximian.com>
3         * FileCertificateStore.cs: Use File.Create instead of OpenWrite
4         to make sure nothing else if left at the end of the file.
6 2003-11-08  Sebastien Pouliot  <spouliot@videotron.ca>
8         * ICertificateStore.cs: Interface for certificate stores.
9         * FileCertificateStore.cs: File-based certificate stores using SPC (PKCS7) files.