FpcVpnAuthenticationMethod enumeration

Applies to: desktop apps only

The FpcVpnAuthenticationMethod enumerated type contains values that specify the Internet Protocol security (IPsec) authentication methods that can be used for virtual private network (VPN) connections.

Syntax

typedef enum FpcVpnAuthenticationMethod { 
  fpcVpnCertificate   = 0,
  fpcVpnPresharedKey  = 1
} FpcVpnAuthenticationMethod;

Constants

  • fpcVpnCertificate
    Authentication using a certificate.

  • fpcVpnPresharedKey
    Authentication using a preshared key.

Requirements

Minimum supported client

Windows Vista

Minimum supported server

Windows Server 2008 R2, Windows Server 2008 with SP2 (64-bit only)

Version

Forefront Threat Management Gateway (TMG) 2010

Header

Comenum.h

See also

Enumerated Types

 

 

Build date: 7/12/2010