如何在C#中实现网络安全

问题描述:

必须开发哪些项目或工具来实现c#中的网络安全?

what project or tool must be developed to implement network security in c#?

如果需要应用于网络,则需要开发防火墙控制您的网络流量。 https://en.wikipedia.org/wiki/Firewall_(computing) [ ^ ]



然后是您的系统安全性,例如登录用户,哪些用户组将获得哪些数据,哪些特权等等。这将控制哪些数据提供给哪个用户,以及他如何与数据和其他类型进行交互。



总的来说,你需要从头开始学习计算机网络。 https://en.wikipedia.org/wiki/Computer_network [ ^ ]
If it needs to be applied to the network, you need to develop a firewall to get control over your network traffic. https://en.wikipedia.org/wiki/Firewall_(computing)[^]

Then comes your system security, such as logged in users, which user group would get what data, which priviledge and so on. This would control, which data is provided to which user, and how he interacts with the data and such other types.

As a whole, you need to learn the Computer Networking from beginning. https://en.wikipedia.org/wiki/Computer_network[^]