IPSEC_KEYING_POLICY1 structure (ipsectypes.h)

The structure defines an unordered set of keying modules that will be tried for IPsec.IPSEC_KEYING_POLICY0 is available.

 

Syntax

typedef struct IPSEC_KEYING_POLICY1_ {
  UINT32 numKeyMods;
  GUID   *keyModKeys;
  UINT32 flags;
} IPSEC_KEYING_POLICY1;

Members

numKeyMods

Type: UINT32

Number of keying modules in the array.

keyModKeys

Type: GUID*

Array of distinct keying modules.

flags

Type: UINT32

Possible values:

Value Meaning
IPSEC_KEYING_POLICY_FLAG_TERMINATING_MATCH
Forces the use of a Kerberos proxy server when acting as initiator.

Requirements

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

See also

Windows Filtering Platform API Structures