Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
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 |