IPSEC_TUNNEL_POLICY0 structure (ipsectypes.h)
The IPSEC_TUNNEL_POLICY0 structure stores the quick mode negotiation policy for tunnel mode IPsec. IPSEC_TUNNEL_POLICY2 is available.
Syntax
typedef struct IPSEC_TUNNEL_POLICY0_ {
UINT32 flags;
UINT32 numIpsecProposals;
IPSEC_PROPOSAL0 *ipsecProposals;
IPSEC_TUNNEL_ENDPOINTS0 tunnelEndpoints;
IPSEC_SA_IDLE_TIMEOUT0 saIdleTimeout;
IKEEXT_EM_POLICY0 *emPolicy;
} IPSEC_TUNNEL_POLICY0;
Members
flags
A combination of the following values.
numIpsecProposals
Number of quick mode proposals in the policy.
ipsecProposals
Array of quick mode proposals.
See IPSEC_PROPOSAL0 for more information.
tunnelEndpoints
Tunnel endpoints of the IPsec security association (SA) generated from this policy.
See IPSEC_TUNNEL_ENDPOINTS0 for more information.
saIdleTimeout
An IPSEC_SA_IDLE_TIMEOUT0 structure that specifies the SA idle timeout in IPsec policy.
emPolicy
The AuthIP extended mode authentication policy.
See IKEEXT_EM_POLICY0 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 |