CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 1 of 1

Thread: VPN Connection

  1. #1
    Join Date
    Apr 2005
    Posts
    1,828

    VPN Connection

    I needed to create an application for VPN access (IPSEC\L2TP) for clients with Microsoft Windows systems (98, ME, 2000, and XP). This included RAS access (creating the access, dialing control, and so forth), IPSec and L2TP aspects (enabling ipsec and l2tp, security policies, and so on), registry operations, and certificate treatment.

    Can someone show me some Application developed in VC++??
    Last edited by maverick786us; May 22nd, 2007 at 07:09 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured