IPSEC_KEYMODULE_STATE0 structure (ipsectypes.h)

The IPSEC_KEYMODULE_STATE0 structure stores Internet Protocol Security (IPsec) keying module specific information.

Syntax

typedef struct IPSEC_KEYMODULE_STATE0_ {
  GUID          keyModuleKey;
  FWP_BYTE_BLOB stateBlob;
} IPSEC_KEYMODULE_STATE0;

Members

keyModuleKey

The identifier of the keying module.

stateBlob

A byte blob containing opaque keying module specific information.

Remarks

IPSEC_KEYMODULE_STATE0 is a specific implementation of IPSEC_KEYMODULE_STATE. 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