Share via


IPSEC_SA_CONTEXT0 (Compact 2013)

3/26/2014

This structure encapsulates an inbound and outbound SA pair.

Syntax

typedef struct IPSEC_SA_CONTEXT0_ {
  UINT64 saContextId;
  IPSEC_SA_DETAILS0* inboundSa;
  IPSEC_SA_DETAILS0* outboundSa;
} IPSEC_SA_CONTEXT0;

Members

  • saContextId
    Identifies the SA context
  • inboundSa
    An IPSEC_SA_DETAILS0 structure that contains information about the inbound SA
  • outboundSa
    An IPSEC_SA_DETAILS0 structure that contains information about the outbound SA

Requirements

Header

fwpmu.h

See Also

Reference

WFP IPsec Structures

Other Resources

Windows Filtering Platform