FpcVpnProtocol Enumeration

The FpcVpnProtocol enumerated type contains values that specify which protocol will be used for a particular site-to-site virtual private network (VPN) connection.

Syntax

typedef enum FpcVpnProtocol {
  fpcVpnL2TP
fpcVpnL2TP

The Layer Two Tunneling Protocol (L2TP).

   = 0,
  fpcVpnPPTP
fpcVpnPPTP

The Point-to-Point Tunneling Protocol (PPTP).

   = 1,
  fpcVpnSSTP
fpcVpnSSTP

The Secure Socket Tunneling Protocol (SSTP).

   = 2
} FpcVpnProtocol;

Constants

fpcVpnL2TP

The Layer Two Tunneling Protocol (L2TP).

fpcVpnPPTP

The Point-to-Point Tunneling Protocol (PPTP).

fpcVpnSSTP

The Secure Socket Tunneling Protocol (SSTP).

Requirements

Client Requires Windows Vista or Windows XP.
Server Requires Windows Server 2008.
Version Requires Forefront Threat Management Gateway (TMG).
Header

Declared in Comenum.h.

See Also

Enumerated Types


Send comments about this topic to Microsoft

Build date: 11/30/2009

© 2008 Microsoft Corporation. All rights reserved.