开发者

WCF message encryption

开发者 https://www.devze.com 2023-01-03 08:03 出处:网络
Is it possible to host a开发者_开发技巧 WCF service in IIS, access it over HTTP and have the message body encrypted using a wsHttpBinding configuration?Yes, any protocol that can support message secur

Is it possible to host a开发者_开发技巧 WCF service in IIS, access it over HTTP and have the message body encrypted using a wsHttpBinding configuration?


Yes, any protocol that can support message security and the WS-Security standard will be capable of encrypting your messages - it's actually the default setting, too.

See Message Security in WCF for more information, and for hints about how to secure your messages using a Windows credential or a X.509 certificate as the "shared secret" between client and server to ensure encryption.


Yes.

Check this page from MSDN on how to configure your bindings to do what you need:

MSDN - Web Service Protocols Supported by System-Provided Interoperability Bindings

0

精彩评论

暂无评论...
验证码 换一张
取 消