Request for UWP VPN Sample

darovic 1 Reputation point
2020-07-10T10:35:25.067+00:00

Hi folks,

Any chance we can get a sample for the UWP VPN API sometime soon? I'd appreciate some guidance on where to get started, at least.

Universal Windows Platform (UWP)
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Roy Li - MSFT 32,731 Reputation points Microsoft Vendor
    2020-07-13T02:34:36.387+00:00

    Hello,

    Welcome to Microsoft Q&A!

    I'm sorry to say that currently, we can't offer more help with VPN. For the VPN issue, Tt needs more professional support. I suggest that you might need to open a support ticket for this. Please contact our paid phone support at MS Support. You will get 1:1 support on that. Choose Developer Tools-> Windows UWP Development-> Windows 10 Universal App Dev and pick the topic you want to ask. Please kindly note that your support ticket will be free if it is Microsoft's issue.

    Thank you.

    0 comments No comments

  2. Alexander Nikolov 1 Reputation point
    2020-07-17T15:22:54.1+00:00

    I've experience writing with the UWP VPN API - since the normal one(RAS API) was giving me issues which were not present when connecting with the modern UI Panel (which actually uses internal APIs but anywho).

    I can even provide/document my code if interested (since I'm no longer using it - I switched to rdseed for my rng generator) - I remember needing to manually write to a config file (I still used UWP for that) to make some things work right though.

    However do note that I used pure C with COBJMACROS.