struttura IKEV2_CONFIG_PARAMS (mprapi.h)
La struttura IKEV2_CONFIG_PARAMS viene usata per ottenere o impostare parametri per i dispositivi Internet Key Exchange versione 2 (IKEv2) (RFC 4306).
Sintassi
typedef struct _IKEV2_CONFIG_PARAMS {
DWORD dwNumPorts;
DWORD dwPortFlags;
DWORD dwTunnelConfigParamFlags;
IKEV2_TUNNEL_CONFIG_PARAMS TunnelConfigParams;
} IKEV2_CONFIG_PARAMS, *PIKEV2_CONFIG_PARAMS;
Members
dwNumPorts
Valore che specifica il numero di porte configurate nel server RRAS per accettare le connessioni IKEv2.
dwPortFlags
Valore che specifica il tipo di porte configurate nel server RRAS per IKEv2. Sono supportati i valori seguenti:
Valore | Significato |
---|---|
|
Accesso remoto è abilitato per IKEv2. |
dwTunnelConfigParamFlags
Valore che specifica se l'utente è in grado di impostare i parametri di configurazione del tunnel. Sono supportati i valori seguenti:
Valore | Significato |
---|---|
|
Se impostato, i campi dwNumPorts, dwPortFlags e TunnelConfigParams sono validi. |
TunnelConfigParams
Struttura IKEV2_TUNNEL_CONFIG_PARAMS che contiene informazioni sul tunnel IKEv2.
Requisiti
Client minimo supportato | Nessuno supportato |
Server minimo supportato | Windows Server 2008 R2 [solo app desktop] |
Intestazione | mprapi.h |