On Mon, 2007-03-12 at 17:46 +0100, Michał Ziemski wrote: > Hi! > > Does HttpWebRequest support client certificates in mono? > Th FAQ > (http://www.mono-project.com/FAQ:_Security#Are_SSL_client_certificates_supported_.3F) > states it doesn't in 1.1, but might in 2.0 > > Does it work in 2.0?
There as been progress, both for the new X509Certificate2 and X509Store classes, but the HttpWebRequest code hasn't yet been updated. This part is somewhat interlocked with the new SslStream class (2.0) and how we'll provide it. However at this stage it may be possible to make a quick hack to add client-side certificate support for *some* 2.0 apps (depending on how the certificate is loaded). > > Cheers! > Michał Ziemski > > _______________________________________________ > Mono-list maillist - [email protected] > http://lists.ximian.com/mailman/listinfo/mono-list _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
