[Mono-dev] Mono Security

2011-03-28 Thread mandar bhong
Hi I am new to mono and working on wcf implementation on mono , during this I am facing some problem related to secure channel implementation. After some sort of debugging I found that mono does not implemented some function e.g SecurityBindingElement.CreateMutualCertificateBindingElement() or crea

[Mono-dev] wcf support on mono

2011-03-29 Thread mandar bhong
Hi , I am working opc server implementation on mono. Here different protocol is available for communication e.g SoapXmlBinding, SoapXmlOverPipeBinding, SoapXmlOverTcpBinding and TcpBinding >From which I have successfully establish communication channel over TcpBinding but when I have starte