wcf binding - WCF message encryption -


Is it possible to host a WCF service in IIS, access it on HTTP and encrypt the message body using the wsHttpBinding configuration can be done?

Yes, a protocol that supports Message Security and WS-Security Standards will enable you to encrypt Message - this is actually the default setting, too.

For more information see, and how to secure your messages using a Windows credential or X.509 certificate as a "shared secret" between the client and the client. In order to ensure encryption for the server


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -