Skip to content

Latest commit

 

History

History
115 lines (78 loc) · 3.33 KB

ns-ntddndis-_offload_security_association.md

File metadata and controls

115 lines (78 loc) · 3.33 KB
UID title description old-location tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NS:ntddndis._OFFLOAD_SECURITY_ASSOCIATION
_OFFLOAD_SECURITY_ASSOCIATION (ntddndis.h)
The OFFLOAD_SECURITY_ASSOCIATION structure specifies a single security association (SA).
netvista\offload_security_association.htm
netvista
05/02/2018
OFFLOAD_SECURITY_ASSOCIATION structure
*POFFLOAD_SECURITY_ASSOCIATION, 216offload_3c6a958b-81b2-4f18-b974-b0669b6294e1.xml, OFFLOAD_SECURITY_ASSOCIATION, OFFLOAD_SECURITY_ASSOCIATION structure [Network Drivers Starting with Windows Vista], POFFLOAD_SECURITY_ASSOCIATION, POFFLOAD_SECURITY_ASSOCIATION structure pointer [Network Drivers Starting with Windows Vista], _OFFLOAD_SECURITY_ASSOCIATION, netvista.offload_security_association, ntddndis/OFFLOAD_SECURITY_ASSOCIATION, ntddndis/POFFLOAD_SECURITY_ASSOCIATION
ntddndis.h
Ndis.h
Windows
Windows
OFFLOAD_SECURITY_ASSOCIATION, *POFFLOAD_SECURITY_ASSOCIATION
_OFFLOAD_SECURITY_ASSOCIATION
ntddndis/_OFFLOAD_SECURITY_ASSOCIATION
POFFLOAD_SECURITY_ASSOCIATION
ntddndis/POFFLOAD_SECURITY_ASSOCIATION
OFFLOAD_SECURITY_ASSOCIATION
ntddndis/OFFLOAD_SECURITY_ASSOCIATION
APIRef
kbSyntax
HeaderDef
ntddndis.h
_OFFLOAD_SECURITY_ASSOCIATION
POFFLOAD_SECURITY_ASSOCIATION
OFFLOAD_SECURITY_ASSOCIATION

_OFFLOAD_SECURITY_ASSOCIATION structure

-description

The OFFLOAD_SECURITY_ASSOCIATION structure specifies a single security association (SA).

-struct-fields

-field Operation

The Internet Protocol security (IPsec) operation for which the SA is to be used. The following operations are supported:

AUTHENTICATE

The SA will be used for authentication (integrity checking).

ENCRYPT

The SA will be used for encryption/decryption (confidentiality).

-field SPI

The Security Parameters Index (SPI) for the SA.

-field IntegrityAlgo

The integrity (authentication) algorithm for the SA, formatted as an OFFLOAD_ALGO_INFO structure.

-field ConfAlgo

The confidentiality (encryption/decryption) algorithm for the SA, formatted as an OFFLOAD_ALGO_INFO structure.

-field Reserved

This member is reserved.

-remarks

The OFFLOAD_SECURITY_ASSOCIATION structure is used with the OID_TCP_TASK_IPSEC_ADD_SA and OID_TCP_TASK_IPSEC_ADD_UDPESP_SA OIDs.

-see-also

OFFLOAD_ALGO_INFO

OID_TCP_TASK_IPSEC_ADD_SA

OID_TCP_TASK_IPSEC_ADD_UDPESP_SA