2.2.1.2.268 ROUTER_IKEv2_IF_CUSTOM_CONFIG_1
The ROUTER_IKEv2_IF_CUSTOM_CONFIG_1 structure<197> is used to get or set IKEv2 tunnel configuration parameters for IKEv2 tunnel-based demand-dial interfaces.
-
typedef struct _ROUTER_IKEv2_IF_CUSTOM_CONFIG_1 { DWORD dwSaLifeTime; DWORD dwSaDataSize; CERT_BLOB_1 certificateName; PROUTER_CUSTOM_IKEv2_POLICY_0 customPolicy; CERT_BLOB_1 certificateHash; } ROUTER_IKEv2_IF_CUSTOM_CONFIG_1, *PROUTER_IKEv2_IF_CUSTOM_CONFIG_1;
dwSaLifeTime: This is the same as dwSaLifeTime in ROUTER_IKEv2_IF_CUSTOM_CONFIG_0 (section 2.2.1.2.243).
dwSaDataSize: This is the same as dwSaDataSize in ROUTER_IKEv2_IF_CUSTOM_CONFIG_0.
certificateName: Same as certificateName in ROUTER_IKEv2_IF_CUSTOM_CONFIG_0.
customPolicy: This is the same as customPolicy in ROUTER_IKEv2_IF_CUSTOM_CONFIG_0.
certificateHash: This is the same as machineCertificateHash in IKEV2_TUNNEL_CONFIG_PARAMS_3.