Is it enough for security? or I have to encrypt the data?
Answer to these question is base on the project requirement. BasicHttpBinding does provide with certain level of security but it is not enabled by default. You can refer to below link for more information about it.
sadeq_monoj
Member
64 Points
43 Posts
How to encrypt Data In WCF in vs 2010
Nov 29, 2012 11:24 AM|LINK
Hi,
I am from Bangladesh.
I need some help.
I have created a WCF service using basicHttpBinding.
Is it enough for security? or I have to encrypt the data? I so, I can I do it?
Please help me.
It is Utgent.
Bye
Sadequzzaman Monoj
Bangladesh
CruzerB
Contributor
5399 Points
1098 Posts
Re: How to encrypt Data In WCF in vs 2010
Nov 30, 2012 12:27 AM|LINK
Hi,
Answer to these question is base on the project requirement. BasicHttpBinding does provide with certain level of security but it is not enabled by default. You can refer to below link for more information about it.
http://msdn.microsoft.com/en-us/library/system.servicemodel.basichttpsecuritymode.aspx
My Technical Blog
chandradev1
Participant
1563 Points
474 Posts
Re: How to encrypt Data In WCF in vs 2010
Nov 30, 2012 08:13 AM|LINK
Hi
Here is the sample code for implementing security in WCF
http://www.codeproject.com/Articles/82737/6-Steps-to-Implement-DUAL-Security-on-WCF-using-Us
http://codebetter.com/petervanooijen/2010/04/09/a-simple-wcf-service-with-username-password-authentication-the-things-you-told-me/
My Blog
[Life is wonderful if you know how to live life]