Re: SV: [Mono-list] Verifying end certificate against rootcertificates in store

2005-10-11 Thread Sebastien Pouliot
Hello Kim, My previous answer was a little more general (than certificate verification). Mono itself doesn't offer, nor plan to, any kind of integration with the Windows certificate store. You either have to: (a) use Fx 2.0 new X.509 classes; (b) p/invoke into CryptoAPI yourself; or (c) use exist

SV: [Mono-list] Verifying end certificate against rootcertificates in store

2005-10-11 Thread Hellan.Kim KHE
Hi Sebastien Okay, so it can't be done with the current build :( Then what about some functionality to retrieve all certificates from the store. Is that available? I could always do the verifying manually then. Or I could do a more specific search for a root certificate with a Common Name that