IPSEC_GETSPI0 struttura (ipsectypes.h)
La struttura IPSEC_GETSPI0 contiene informazioni che devono essere fornite quando si richiede un indice dei parametri di sicurezza (SPI) dal driver IPsec. IPSEC_GETSPI1 è disponibile.
Sintassi
typedef struct IPSEC_GETSPI0_ {
IPSEC_TRAFFIC0 inboundIpsecTraffic;
FWP_IP_VERSION ipVersion;
union {
IPSEC_V4_UDP_ENCAPSULATION0 *inboundUdpEncapsulation;
};
IPSEC_CRYPTO_MODULE_ID *rngCryptoModuleID;
} IPSEC_GETSPI0;
Members
inboundIpsecTraffic
Struttura IPSEC_TRAFFIC0 che descrive le caratteristiche del traffico della sa IPsec in ingresso.
ipVersion
Valore FWP_IP_VERSION che indica la versione IP del traffico IPsec in ingresso.
inboundUdpEncapsulation
Struttura di IPSEC_V4_UDP_ENCAPSULATION0 facoltativa che specifica le porte di incapsulamento UDP NAT Traversal (NATT) IPsec.
Disponibile quando ipVersion è FWP_IP_VERSION_V4.
rngCryptoModuleID
Non usato. Un IPSEC_CRYPTO_MODULE_ID è un valore GUID .
Requisiti
Client minimo supportato | Windows Vista [solo app desktop] |
Server minimo supportato | Windows Server 2008 [solo app desktop] |
Intestazione | ipsectypes.h |