Share via


IKEEXT_PROPOSAL0 (Compact 2013)

3/26/2014

This structure is used to store an IKE main mode proposal.

Syntax

typedef struct IKEEXT_PROPOSAL0_ {
  IKEEXT_CIPHER_ALGORITHM0 cipherAlgorithm;
  IKEEXT_INTEGRITY_ALGORITHM0 integrityAlgorithm;
  UINT32 maxLifetimeSeconds;
  IKEEXT_DH_GROUP dhGroup;
  UINT32 quickModeLimit;
} IKEEXT_PROPOSAL0;

Members

  • maxLifetimeSeconds
    Main mode security association (SA) lifetime in seconds.
  • quickModeLimit
    Maximum number of IPsec quick mode SAs that can be generated from this main mode SA. 0 (zero) means infinite.

Remarks

The proposal describes the various parameters of the IKE/AuthIP main mode SA that is potentially generated from this proposal.

Requirements

Header

fwpmu.h

See Also

Reference

WFP IKE Structures

Other Resources

Windows Filtering Platform