远程停止应用程序访问. [英] Stop Application Access remotly....

查看:159
本文介绍了远程停止应用程序访问.的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你好,

我有vb.net Windows应用程序.我希望该应用程序免受远程使用.
意味着我网络上的某些用户正在将此应用程序与远程桌面一起使用,有些在Internet上使用VNC查看器,团队查看器或登录我来访问此应用程序.

我想限制对我的应用程序的这种访问.但是我这些用户必须能够定期操作其他功能.因此,我可以在应用程序中编写任何内容,以便不通过VNC查看器或团队查看器或远程桌面查看吗?

谢谢...


Bhavin.


希望这会有所帮助.


Hello,

I have vb.net windows application. I want this app to be protected from being used remotly.
Means some users on my network are using this app with remote desktop, some on internet use VNC viewr, team viewer or log me in to access this application.

I want to restrict this kind of access to my application. But I these users must be able to operate other functionality regularly. So can I write anything in my application so that i does not go over VNC viewer or team viewer or remote desktop

Thankx...


Bhavin.

解决方案

Although i'm not firmiliar with Team Viewer, both VNC, and RDC are designed to make it look like you are right at your desktop.  This means your biggest problem is how to detect that those are being used, you can use System.Windows.Forms.SystemInformation.TerminalServerSession and it should dectect RDC, but i'm not sure about VNC.  It really sounds to me like you should be reviewing you Security standards, if people are logging in as you. 

Hope this helps.


这篇关于远程停止应用程序访问.的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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