Re: [Mono-list] Verifying end certificate against root certificates in store

2005-10-11 Thread Sebastien Pouliot
Hello Kim, You either have to use Fx 2.0 which has much expanded support for X.509 or p/invoke into CryptoAPI. IIRC Mentalis has a library that wraps most of CryptoAPI for .net/windows apps. On Tue, 2005-11-10 at 15:46 +0200, Hellan.Kim KHE wrote: > I'm looking for the "correct" way of verifying

[Mono-list] Verifying end certificate against root certificates in store

2005-10-11 Thread Hellan.Kim KHE
I'm looking for the "correct" way of verifying the issuer of a X509Certificate (end certificate) against all root certificates in found in the LOCAL_MACHINE "Trusted root authorities" certificate store in Windows. Does anyone have some example code they want to share for doing that task? Thanks!