Thursday, 29 August 2013

WCF webHttpBinding & Encryption

WCF webHttpBinding & Encryption

I currently have a WCF service exposed via webHttpBinding &
basicHttpBinding. The SOAP side of things is consumed via a web
application while REST is used for mobile apps. I need to add a level of
encryption to the mobile communication and have read that i need to use a
custom message encoder on my webhttpbinding.
I have an encryption library I wish to use. I have looked at the sample
applications in WCF under extensibility & message encoders but these have
confused me.
Does anyone have a simple example i could follow?

No comments:

Post a Comment