IPSEC_SA_CONTEXT0 structure (ipsectypes.h)
The IPSEC_SA_CONTEXT0 structure encapsulates an inbound and outbound SA pair. IPSEC_SA_CONTEXT1 is available.
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
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Header | ipsectypes.h |