Click here to Skip to main content
15,897,273 members

Comments by stelios1984 (Top 2 by date)

stelios1984 6-Feb-19 8:43am View    
Your english are not bad..

I am also in the same ship with you.
I use xamarin.Forms and Portable Class Library which in that i reference my WCF.

Due to Xamarin.Forms and PCL combination i cannot use all the security functionality of WCF and now my service
is exposed (in every request i can see from fiddler the body in xml) i look in internet for more that 1 week now how to encrypt envelop and decrypt it on client or server but no much resources on this..
I try several methods like implement

IDispatchMessageInspector (SERVER - WCF) and
IClientMessageInspector (CLIENT)

but again i still have difficulties to make it work..

Now i try to implement Custom Encoder but don't really know where to start and how to implement it.. All the resources found are not much as also not very well understandable
stelios1984 7-Apr-14 8:05am View    
same problem here, anybody's help??