IKEEXT_SA_ENUM_TEMPLATE0 (Compact 2013)
3/26/2014
This structure is an enumeration template used for enumerating IKE security associations (SAs).
Syntax
typedef struct IKEEXT_SA_ENUM_TEMPLATE0_ {
FWP_CONDITION_VALUE0 localSubNet;
FWP_CONDITION_VALUE0 remoteSubNet;
FWP_BYTE_BLOB localMainModeCertHash;
} IKEEXT_SA_ENUM_TEMPLATE0;
Members
localSubNet
Matches SAs whose local address is on the specified subnet. Must be of one of the following types.- FWP_UINT32
- FWP_BYTE_ARRAY16_TYPE
- FWP_V4_ADDR_MASK
- FWP_V6_ADDR_MASK
See topic FWP_CONDITION_VALUE0 for more information.
remoteSubNet
Matches SAs whose remote address is on the specified subnet. Must be of one of the following types.- FWP_UINT32
- FWP_BYTE_ARRAY16_TYPE
- FWP_V4_ADDR_MASK
- FWP_V6_ADDR_MASK
See topic FWP_CONDITION_VALUE0 for more information.
localMainModeCertHash
Matches SAs with a matching local main mode SHA thumbprint. If none exist, this member will have a length of zero.See topic FWP_BYTE_BLOB for more information.
Requirements
Header |
fwpmu.h |