Microsoft Internet Security and Acceleration Server 2004 SDK

FpcVpnIntegrityAlgorithm

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

typedef enum FpcVpnIntegrityAlgorithm
{
  fpcVpnSHA1
fpcVpnSHA1
The Secure Hash Algorithm 1 (SHA1) integrity algorithm, which uses a 160-bit key.
 = 0,
  fpcVpnMD5
fpcVpnMD5
The Message Digest 5 (MD5) integrity algorithm, which uses a 128-bit key.
 = 1

} FpcVpnIntegrityAlgorithm;

Constants

fpcVpnSHA1
The Secure Hash Algorithm 1 (SHA1) integrity algorithm, which uses a 160-bit key.
fpcVpnMD5
The Message Digest 5 (MD5) integrity algorithm, which uses a 128-bit key.

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