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.
Arijit
_______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
