IPSEC_KEYING_POLICY0 structure (ipsectypes.h)

The IPSEC_KEYING_POLICY1 is available.

 

Syntax

typedef struct IPSEC_KEYING_POLICY0_ {
  UINT32 numKeyMods;
  GUID   *keyModKeys;
} IPSEC_KEYING_POLICY0;

Members

numKeyMods

Number of keying modules in the array.

keyModKeys

Array of distinct keying modules.

Remarks

IPSEC_KEYING_POLICY0 is a specific implementation of IPSEC_KEYING_POLICY. 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

See also

Windows Filtering Platform API Structures