Microsoft Internet Security and Acceleration Server 2004 SDK

FpcVpnEncryptionAlgorithm

The FpcVpnEncryptionAlgorithm enumerated type contains values that specify the encryption algorithms that can be used during Phase 1 and Phase 2 of the Internet Protocol security (IPSec) negotiation process.

typedef enum FpcVpnEncryptionAlgorithm
{
  fpcVpnDES
fpcVpnDES
The Data Encryption Standard (DES) algorithm, which uses a 56-bit key.
 = 0,
  fpcVpn3DES
fpcVpn3DES
The Triple Data Encryption Standard (3DES) algorithm, which uses three 56-bit keys.
 = 1

} FpcVpnEncryptionAlgorithm;

Constants

fpcVpnDES
The Data Encryption Standard (DES) algorithm, which uses a 56-bit key.
fpcVpn3DES
The Triple Data Encryption Standard (3DES) algorithm, which uses three 56-bit keys.

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Comenum.h.

See Also

Enumerated Types