security - WCF options for secure internet connectivity -


the scenario follows:

wcf service hosted on internet. needs highly secure, thinking of security on transport message level.

ssl used on iis, use certificates on transport layer.

the message needs encrypted , signed. @ message level using certificates best option? main concern identity of sender , encryption. service has cross platform compatible. possible kind of configuration talking about.

thanks.

wcf service hosted on internet. needs highly secure, thinking of security on transport message level.

there no need combine message , transport level security. select 1 , should enough.

at message level using certificates best option?

certificate reliable option if building secure solution. cannot defend against man-in-the-middle attack without valid certificate or similar ssl handshake work you.

also service has cross platform compatible.

it if use wshttpbinding binding. nettcpbinding proprietary 1 , not work you.

is possible kind of configuration talking about.

yes

you can start link: http://msdn.microsoft.com/en-us/library/ms731925.aspx


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -