次の方法で共有


IPSEC_SA_LIFETIME0 (Compact 2013)

3/26/2014

This 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

Requirements

Header

fwpmu.h

See Also

Reference

WFP IPsec Structures

Other Resources

Windows Filtering Platform