i have wcf services hosted on console application , web application accessing operations. have searched wcf security , in cases web services hosted on iis. points should follow in order implement wcf transport layer security in case?
what want
- using username , password execute wcf operations
- use ssl encrypt data.
if wcf services hosted on console application. there iis configurations should make?
if wcf services hosted in console app, iis has nothing them, don't need configure iis or anything.
in order have transport-layer security, can use wshttp or nettcp binding in combination ssl.
have @ http://www.dotnetspark.com/kb/1502-security-wcf--transport-level.aspx, http://www.packtpub.com/article/microsoft-wcf-security , http://dotnetrobert.com/?q=node/140.
Comments
Post a Comment