IPSEC_KEY_MANAGER_NOTIFY_KEY0 callback function (fwpmu.h)

The IPSEC_KEY_MANAGER_NOTIFY_KEY0 function is used to notify Trusted Intermediary Agents (TIAs) of the keys for the SA being negotiated.

Syntax

IPSEC_KEY_MANAGER_NOTIFY_KEY0 IpsecKeyManagerNotifyKey0;

void IpsecKeyManagerNotifyKey0(
  [in] const IPSEC_SA_DETAILS1 *inboundSa,
  [in] const IPSEC_SA_DETAILS1 *outboundSa
)
{...}

Parameters

[in] inboundSa

Type: const IPSEC_SA_DETAILS1*

Information about the inbound SA.

[in] outboundSa

Type: const IPSEC_SA_DETAILS1*

Information about the outbound SA.

Return value

None

Remarks

Call IPsecKeyManagerAddAndRegister to register this function pointer.

Requirements

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

See also

WFP Functions

Windows Filtering Platform API Reference