Tagged Questions

2
votes
3answers
925 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 ...