开发者

Does .Net have any built-in controls to ensure message integrity?

I know I could go and read the source code of the Framework, but in the interests of saving time and getting something back fro mthe community, does anyone know if any .Net classes specifically ensure messages are delivered correctly, or if the protocols themselves handle this.

For example, I want to make sure of the following scenarios:

  • My SQL statement is received at the server as I wrote it, and the results that arrive back are exactly as the serve开发者_如何学编程r sent them
  • My web service calls send and receive exactly what is expected
  • My .Net remoting calls send and receive exactly what is expected
  • Same for WCF

This is to check that the packets haven't been tampered with, that a network outage doesn't mean some data has been lost etc.

This specifically relates to ISO 27001, A12.2.3.

Thanks in advance.


WCF TCP Binding has a notion of reliable messaging, which will ensure your data contracts are reliably delivered. There's also encryption/signing feature you can read more about here.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜