简体   繁体   English

有哪些ASP.NET组件可用于在Web应用程序中实现“安全消息传递”?

[英]What ASP.NET components are there for implementing “secure messaging” within a web application?

I'm talking about something like the “message inbox” that your bank or broker uses to communicate with you. 我说的是您的银行或经纪人用来与您通信的“邮件收件箱”之类的东西。

Not something for messaging between components, but pseudo-email or “private messaging” between users and/or between administrators and users. 不是组件之间的消息传递的东西,而是用户之间和/或管理员与用户之间的伪电子邮件或“私有消息传递”。

You could use something like SignalIR 您可以使用SignalIR之类的东西

Here is a tutorial for setting up a chat application 这是设置聊天应用程序的教程

Here is an article about security concerns in SignalIR 这是一篇有关SignalIR中安全性问题的文章

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM