IPSEC_SA_CONTEXT_SUBSCRIPTION0 structure (ipsectypes.h)

The IPSEC_SA_CONTEXT_SUBSCRIPTION0 structure stores information used to subscribe to notifications about a particular IPsec security association (SA) context.

Syntax

typedef struct IPSEC_SA_CONTEXT_SUBSCRIPTION0_ {
  IPSEC_SA_CONTEXT_ENUM_TEMPLATE0 *enumTemplate;
  UINT32                          flags;
  GUID                            sessionKey;
} IPSEC_SA_CONTEXT_SUBSCRIPTION0;

Members

enumTemplate

Type: IPSEC_SA_CONTEXT_ENUM_TEMPLATE0*

Enumeration template for limiting the subscription.

flags

Type: UINT32

This member is reserved for system use.

sessionKey

Type: GUID

Identifies the session that created the subscription.

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

IPSEC_SA_CONTEXT_ENUM_TEMPLATE0