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