Tagged Questions

2
votes
3answers
966 views

Methods of programatically altering ipsec rules with C#?

The only method I know how to execute IPsec changes involves calling netsh to do the changes. Is there a method using System.Management and WMI objects directly? If so, what is it? I am having a hard ...
1
vote
1answer
587 views

Is there a cmdlet in PowerShell 2 to handle ipsec changes?

I am using System.Management.Automation to build a program that serves as a firewall, essentially, and I was wondering if there is a specific cmdlet in PowerShell 2 to handle ipsec changes for a ...
1
vote
2answers
581 views

What are my options for adding and removing IPSec policies on Windows Server with C#?

I want to be able to add or remove IP Security Policies on Windows Server 2003 programmatically with C#. Normally you'd manipulate these policies manaully through the gpedit.msc snap-in (under ...
0
votes
1answer
82 views

IPSec - Internet Layer Development

Hi guys I need to create my own implementation of IPSec ( creating my own vpn ). Upon doing some researches found out that IPSec is under the Internet Layer of the Internet Protocol Suite. This means ...