2.2.1.2.243 ROUTER_IKEv2_IF_CUSTOM_CONFIG_0

The ROUTER_IKEv2_IF_CUSTOM_CONFIG_0 structure<172> is used to get or set IKEv2 tunnel configuration parameters for IKEv2 tunnel- based demand- dial interfaces.

 typedef struct _ROUTER_IKEv2_IF_CUSTOM_CONFIG_0 {
   DWORD dwSaLifeTime;
   DWORD dwSaDataSize;
   CERT_BLOB_1 certificateName;
   PROUTER_CUSTOM_IKEv2_POLICY_0 customPolicy;
 } ROUTER_IKEv2_IF_CUSTOM_CONFIG_0,
  *PROUTER_IKEv2_IF_CUSTOM_CONFIG_0;

dwSaLifeTime: Same as dwSaLifeTime in IKEV2_TUNNEL_CONFIG_PARAMS_1.

dwSaDataSize: Same as dwSaDataSize in IKEV2_TUNNEL_CONFIG_PARAMS_1.

certificateName: Same as certificateName in IKEV2_TUNNEL_CONFIG_PARAMS_1.

customPolicy: MUST be a pointer to a ROUTER_CUSTOM_IKEv2_POLICY_0 structure.