Condividi tramite


struttura IPSEC_V4_UDP_ENCAPSULATION0 (ipsectypes.h)

La struttura IPSEC_V4_UDP_ENCAPSULATION0 archivia le porte di incapsulamento UDP (User Datagram Protocol) per incapsulare l'incapsulamento del payload di sicurezza (ESP).

Sintassi

typedef struct IPSEC_V4_UDP_ENCAPSULATION0_ {
  UINT16 localUdpEncapPort;
  UINT16 remoteUdpEncapPort;
} IPSEC_V4_UDP_ENCAPSULATION0;

Members

localUdpEncapPort

Porta di incapsulamento UDP di origine.

remoteUdpEncapPort

Porta di incapsulamento UDP di destinazione.

Commenti

Viene usato solo quando è stato rilevato un NAT come parte della specifica di attraversamento NAT IPsec.

IPSEC_V4_UDP_ENCAPSULATION0 è un'implementazione specifica di IPSEC_V4_UDP_ENCAPSULATION. Per altre informazioni, vedere Wfp Version-Independent Names and Targeting Specific Versions of Windows .See WFP Version-Independent Names and Targeting Specific Versions of Windows.See WFP Version-Independent Names and Targeting Specific Versions of Windows for more information.

Requisiti

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

Vedi anche

Strutture API della piattaforma di filtro Windows