如何在C#中实现网络安全 [英] How Do I Implement Network Security In C#

查看:188
本文介绍了如何在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[^]


这篇关于如何在C#中实现网络安全的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆