I am using following architecture for sync process.
http://www.codeproject.com/KB/smart/sync_services.aspx
And for server i use WCF service, can anybody guide me how can i secure my wcf service without using certificate that is hosted on IIS.
Can i get a way to pass credential or some token to authenticate?
I need to authenticate and encrypt the communication, when syncagent call synchronise method.