On Tue, 2006-02-14 at 16:48 -0500, Arijit Ganguly wrote: > All, > > I am writing a client/server app based on TLS > (Mono.Security.Protocol.Tls) with mono 1.1.9.2 > > I managed to get the ServerCertificateValidation working. > > However, I am not able to get ClientCertificateValidation, wven when I > pass X509Certificate as an argument when creating the SslClientStream. > The server-side callback never gets invoked, even though I have a > ClientCertValidationDelegate set. > > > Is client-authentication supported in the version I am working on.
Yes, according to the release notes http://www.go-mono.com/archive/1.1.9/ Check my blog for some examples... -- Sebastien Pouliot <[EMAIL PROTECTED]> Blog: http://pages.infinit.net/ctech/ _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
