Windows 10
Active Members
- Joined
- Dec 10, 2024
- Messages
- 8,096
I'm developing a VPN client for Windows that uses L2TP to connect. I'm planning to publish the app to the Microsoft Store, but I've encountered a limitation:The Windows.Networking.Vpn API requires "networkingVpnProvider", which is only available to enterprise developers.I'm using Desktop Bridge to get around this limitation, allowing the UWP app to run PowerShell commands (Add-VpnConnection, rasdial to connect).
Continue reading...
Continue reading...