Condividi tramite


struttura IPSEC_GETSPI1 (ipsectypes.h)

La struttura IPSEC_GETSPI1 contiene informazioni che devono essere fornite quando si richiede un indice dei parametri di sicurezza (SPI) dal driver IPsec. IPSEC_GETSPI0 disponibile.

 

Sintassi

typedef struct IPSEC_GETSPI1_ {
  IPSEC_TRAFFIC1         inboundIpsecTraffic;
  FWP_IP_VERSION         ipVersion;
  union {
    IPSEC_V4_UDP_ENCAPSULATION0 *inboundUdpEncapsulation;
  };
  IPSEC_CRYPTO_MODULE_ID *rngCryptoModuleID;
} IPSEC_GETSPI1;

Members

inboundIpsecTraffic

Struttura IPSEC_TRAFFIC1 che descrive le caratteristiche del traffico dell'sa IPsec in ingresso.

ipVersion

Valore FWP_IP_VERSION che indica la versione IP del traffico IPsec in ingresso.

inboundUdpEncapsulation

Struttura facoltativa IPSEC_V4_UDP_ENCAPSULATION0 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

Requisito Valore
Client minimo supportato Windows 7 [solo app desktop]
Server minimo supportato Windows Server 2008 R2 [solo app desktop]
Intestazione ipsectypes.h

Vedi anche

Strutture API della piattaforma di filtro Windows