IPSEC_SA_CONTEXT1 structure (ipsectypes.h)
The IPSEC_SA_CONTEXT1 structure encapsulates an inbound and outbound security association (SA) pair. IPSEC_SA_CONTEXT0 is available.
Syntax
typedef struct IPSEC_SA_CONTEXT1_ {
UINT64 saContextId;
IPSEC_SA_DETAILS1 *inboundSa;
IPSEC_SA_DETAILS1 *outboundSa;
} IPSEC_SA_CONTEXT1;
Members
saContextId
Identifies the SA context.
inboundSa
An IPSEC_SA_DETAILS1 structure that contains information about the inbound SA.
outboundSa
An IPSEC_SA_DETAILS1 structure that contains information about the outbound SA.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Header | ipsectypes.h |