Share via


IPSEC_SA_AUTH_INFORMATION0 (Compact 2013)

3/26/2014

This structure stores information about the authentication algorithm of an IPSec security association (SA).

Syntax

typedef struct IPSEC_SA_AUTH_INFORMATION0_ {
  IPSEC_AUTH_TRANSFORM0 authTransform;
  FWP_BYTE_BLOB authKey;
} IPSEC_SA_AUTH_INFORMATION0;

Members

  • authKey
    Key used for the authentication algorithm stored in a FWP_BYTE_BLOB structure

Requirements

Header

fwpmu.h

See Also

Reference

WFP IPsec Structures

Other Resources

Windows Filtering Platform