Skip to content

Latest commit

 

History

History
89 lines (69 loc) · 3.24 KB

ns-mprapi-ikev2_tunnel_config_params1.md

File metadata and controls

89 lines (69 loc) · 3.24 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NS:mprapi._IKEV2_TUNNEL_CONFIG_PARAMS1
IKEV2_TUNNEL_CONFIG_PARAMS1 (mprapi.h)
Used to get or set tunnel parameters for Internet Key Exchange version 2 (IKEv2) devices.
*PIKEV2_TUNNEL_CONFIG_PARAMS1
IKEV2_TUNNEL_CONFIG_PARAMS1
IKEV2_TUNNEL_CONFIG_PARAMS1 structure [RAS]
PIKEV2_TUNNEL_CONFIG_PARAMS1
PIKEV2_TUNNEL_CONFIG_PARAMS1 structure pointer [RAS]
mprapi/IKEV2_TUNNEL_CONFIG_PARAMS1
mprapi/PIKEV2_TUNNEL_CONFIG_PARAMS1
rras.ikev2_tunnel_config_params1
rras\ikev2_tunnel_config_params1.htm
RRAS
0f76df0a-11f3-472a-b9ff-9a1e81c81e70
12/05/2018
*PIKEV2_TUNNEL_CONFIG_PARAMS1, IKEV2_TUNNEL_CONFIG_PARAMS1, IKEV2_TUNNEL_CONFIG_PARAMS1 structure [RAS], PIKEV2_TUNNEL_CONFIG_PARAMS1, PIKEV2_TUNNEL_CONFIG_PARAMS1 structure pointer [RAS], mprapi/IKEV2_TUNNEL_CONFIG_PARAMS1, mprapi/PIKEV2_TUNNEL_CONFIG_PARAMS1, rras.ikev2_tunnel_config_params1
mprapi.h
Windows
None supported
Windows Server 2012 [desktop apps only]
Windows
IKEV2_TUNNEL_CONFIG_PARAMS1, *PIKEV2_TUNNEL_CONFIG_PARAMS1
19H1
_IKEV2_TUNNEL_CONFIG_PARAMS1
mprapi/_IKEV2_TUNNEL_CONFIG_PARAMS1
PIKEV2_TUNNEL_CONFIG_PARAMS1
mprapi/PIKEV2_TUNNEL_CONFIG_PARAMS1
IKEV2_TUNNEL_CONFIG_PARAMS1
mprapi/IKEV2_TUNNEL_CONFIG_PARAMS1
c++
APIRef
kbSyntax
HeaderDef
mprapi.h
IKEV2_TUNNEL_CONFIG_PARAMS1

IKEV2_TUNNEL_CONFIG_PARAMS1 structure

-description

Used to get or set tunnel parameters for Internet Key Exchange version 2 (IKEv2) devices.

Do not use the IKEV2_TUNNEL_CONFIG_PARAMS1 structure directly in your code; using IKEV2_TUNNEL_CONFIG_PARAMS instead ensures that the proper version, based on the operating system the code in compiled under, is used.

-struct-fields

-field dwIdleTimeout

A value that specifies the time, in seconds, after which the connection will be disconnected if there is no traffic.

-field dwNetworkBlackoutTime

A value that specifies the retransmission timeout for IKEv2 request packets. IKEv2 expects a response for every request packet sent, this value specifies the time after which the connection is deleted in case a response is not received.

-field dwSaLifeTime

A value that specifies the lifetime, in seconds, of a security association (SA), after which the SA is no longer valid.

-field dwSaDataSizeForRenegotiation

A value that specifies the number of kilobytes that are allowed to be transferred using a SA before it must be renegotiated.

-field dwConfigOptions

Not implemented. Must be set to 0.

-field dwTotalCertificates

A value that specifies the number of certificates in the certificateNames member.

-field certificateNames

An array of CERT_NAME_BLOB structures that contain X.509 public key infrastructure certificates.