integrate security in vb.net form.
Hello everyone,
How to integrate security in vb.net form.
I am having a list of ip addresses which are authentic. How can I check if a particular ip address belongs to this group and give access or if the ip address is not from the group and disallow acess.
Please help with code. Thanks in advance.
Asaad
Re: integrate security in vb.net form.
To answer your question as asked, you simply compare your IP address to those values in the list and if it matches then it's authenticated. I suspect that that's not exactly the answer you're after though, but you haven't provided us with enough information for more without our having to guess what you're actually doing.
Re: integrate security in vb.net form.
Quote:
Originally Posted by
jmcilhinney
To answer your question as asked, you simply compare your IP address to those values in the list and if it matches then it's authenticated. I suspect that that's not exactly the answer you're after though, but you haven't provided us with enough information for more without our having to guess what you're actually doing.
Hello mcilhinney,
I am having a list of user ip addresses which is in a document. I need to check if the present users system ip address belongs to this list. How to get current user ip address programatically and to provide ip security.
The condition is that a person should not be able to access it from other than his system.
Waiting for a reply.nThanks in advance.
Asaad