The FpcVpnProtocol enumerated type contains values that specify which protocol will be used for a particular site-to-site virtual private network (VPN) connection.
typedef enum FpcVpnProtocol { fpcVpnL2TP
The Layer Two Tunneling Protocol (L2TP).
= 0, fpcVpnPPTP
The Point-to-Point Tunneling Protocol (PPTP).
= 1, fpcVpnSSTP
The Secure Socket Tunneling Protocol (SSTP).
= 2 } FpcVpnProtocol;
The Layer Two Tunneling Protocol (L2TP).
The Point-to-Point Tunneling Protocol (PPTP).
The Secure Socket Tunneling Protocol (SSTP).
Client | Requires Windows Vista or Windows XP. |
---|---|
Server | Requires Windows Server 2008. |
Version | Requires Forefront Threat Management Gateway (TMG). |
Header |
Declared in Comenum.h. |
Send comments about this topic to Microsoft
Build date: 11/30/2009
© 2008 Microsoft Corporation. All rights reserved.