WCF security when it is used with sync services
Posted
by malik
on Stack Overflow
See other posts from Stack Overflow
or by malik
Published on 2010-04-12T13:49:35Z
Indexed on
2010/04/12
13:53 UTC
Read the original article
Hit count: 699
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.
© Stack Overflow or respective owner