IPSEC_SA_IDLE_TIMEOUT0 structure (ipsectypes.h)

The IPSEC_SA_IDLE_TIMEOUT0 structure specifies the security association (SA) idle timeout in IPsec policy.

Syntax

typedef struct IPSEC_SA_IDLE_TIMEOUT0_ {
  UINT32 idleTimeoutSeconds;
  UINT32 idleTimeoutSecondsFailOver;
} IPSEC_SA_IDLE_TIMEOUT0;

Members

idleTimeoutSeconds

Specifies the amount of time in seconds after which IPsec SAs should become idle.

idleTimeoutSecondsFailOver

Specifies the amount of time in seconds after which IPsec SAs should become idle if the peer machine supports fail over.

Remarks

IPSEC_SA_IDLE_TIMEOUT0 is a specific implementation of IPSEC_SA_IDLE_TIMEOUT. See WFP Version-Independent Names and Targeting Specific Versions of Windows for more information.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Header ipsectypes.h