Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The IPSEC_TRAFFIC_TYPE enumerated type specifies the type of IPsec traffic being described.
Syntax
typedef enum IPSEC_TRAFFIC_TYPE_ {
IPSEC_TRAFFIC_TYPE_TRANSPORT = 0,
IPSEC_TRAFFIC_TYPE_TUNNEL,
IPSEC_TRAFFIC_TYPE_MAX
} IPSEC_TRAFFIC_TYPE;
Constants
IPSEC_TRAFFIC_TYPE_TRANSPORTValue: 0 Specifies transport traffic. |
IPSEC_TRAFFIC_TYPE_TUNNELSpecifies tunnel traffic. |
IPSEC_TRAFFIC_TYPE_MAXMaximum value for testing only. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Header | ipsectypes.h |