Open VPN connection

  • Thread starter Thread starter Thomas Steinmaurer
  • Start date Start date
T

Thomas Steinmaurer

Hello,

is there a way to open a VPN connection with the .NET CF 3.5 in C#?


Thanks,
Thomas
 
Thomas Steinmaurer said:
Hello,

is there a way to open a VPN connection with the .NET CF 3.5 in C#?


Thanks,
Thomas

You can programmatically configure the VPN connection using the
Configuration Manager and the CM_VPNEntries Configuration Service Provider.
Then you can have your program connect using the Connection Manager.
OpenNETCF has a C# wrapper around Connection Manager and I believe
Configuration Manager has a managed interface in one of the newer SDKs.
 
Back
Top