IPSEC_TOKEN_TYPE (Compact 2013)

3/26/2014

The IPSEC_TOKEN_TYPE enumerated type specifies an IPsec token type.

Syntax

typedef enum IPSEC_TOKEN_TYPE_ {
  IPSEC_TOKEN_TYPE_MACHINE,
    IPSEC_TOKEN_TYPE_IMPERSONATION,
  IPSEC_TOKEN_TYPE_MAX
} IPSEC_TOKEN_TYPE;

Constants

  • IPSEC_TOKEN_TYPE_MACHINE
    Machine token
  • IPSEC_TOKEN_TYPE_IMPERSONATION
    Impersonation token
  • IPSEC_TOKEN_TYPE_MAX
    Maximum value for testing only

Requirements

Header

fwpmu.h

See Also

Reference

WFP IPsec Types

Other Resources

Windows Filtering Platform