Share via


IKEEXT_INTEGRITY_TYPE (Compact 2013)

3/26/2014

This enumeration type specifies the type of hash algorithm used for integrity protection of Internet Key Exchange (IKE) messages.

Syntax

typedef enum IKEEXT_INTEGRITY_TYPE_ {
  IKEEXT_INTEGRITY_MD5,
  IKEEXT_INTEGRITY_SHA1,
  IKEEXT_INTEGRITY_TYPE_MAX
} IKEEXT_INTEGRITY_TYPE;

Constants

  • IKEEXT_INTEGRITY_MD5
    Specifies MD5 hash algorithm
  • IKEEXT_INTEGRITY_SHA1
    Specifies SHA1 hash algorithm
  • IKEEXT_INTEGRITY_SHA_256
    Specifies a 256-bit SHA encryption
  • IKEEXT_INTEGRITY_SHA_384
    Specifies a 384-bit SHA encryption
  • IKEEXT_INTEGRITY_TYPE_MAX
    Maximum value for testing purposes

Requirements

Header

fwpmu.h

See Also

Reference

WFP IKE Types

Other Resources

Windows Filtering Platform