IPSEC_SA_LIFETIME0 structure (ipsectypes.h)

The IPSEC_SA_LIFETIME0 structure stores the lifetime in seconds/kilobytes/packets for an IPsec security association (SA).

Syntax

typedef struct IPSEC_SA_LIFETIME0_ {
  UINT32 lifetimeSeconds;
  UINT32 lifetimeKilobytes;
  UINT32 lifetimePackets;
} IPSEC_SA_LIFETIME0;

Members

lifetimeSeconds

SA lifetime in seconds.

lifetimeKilobytes

SA lifetime in kilobytes.

lifetimePackets

SA lifetime in packets.

Remarks

IPSEC_SA_LIFETIME0 is a specific implementation of IPSEC_SA_LIFETIME. See WFP Version-Independent Names and Targeting Specific Versions of Windows for more information.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Header ipsectypes.h

See also

Windows Filtering Platform API Structures