I want to connect to Cisco VPN via C#. Researching all over the internet doesn't return code sample that is workng. I however have found a way to connect via the command line but I don't know how I can get this to the commandline programmatically in C#.
vpnclient connect user dennis pwd dennisPassword toVPN
How can I do this in C# and is there any other better method that this? And do I have to have the Cisco VPN Client installed first?
Lots of thanks.