structure IPSEC_SA_CONTEXT0 (ipsectypes.h)
La structure IPSEC_SA_CONTEXT0 encapsule une paire SA entrante et sortante. IPSEC_SA_CONTEXT1 est disponible.
Syntaxe
typedef struct IPSEC_SA_CONTEXT0_ {
UINT64 saContextId;
IPSEC_SA_DETAILS0 *inboundSa;
IPSEC_SA_DETAILS0 *outboundSa;
} IPSEC_SA_CONTEXT0;
Membres
saContextId
Identifie le contexte d’accès partagé.
inboundSa
Une structure de IPSEC_SA_DETAILS0 qui contient des informations sur l’accès partagé entrant.
outboundSa
Structure IPSEC_SA_DETAILS0 qui contient des informations sur l’accès partagé sortant.
Spécifications
Client minimal pris en charge | Windows Vista [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows Server 2008 [applications de bureau uniquement] |
En-tête | ipsectypes.h |