Share via


IPSEC_TOKEN_MODE (Compact 2013)

3/26/2014

The IPSEC_TOKEN_MODE enumerated type specifies different IPsec modes in which a token can be obtained.

Syntax

typedef enum IPSEC_TOKEN_MODE_ {
  IPSEC_TOKEN_MODE_MAIN,
  IPSEC_TOKEN_MODE_EXTENDED,
  IPSEC_TOKEN_MODE_MAX
} IPSEC_TOKEN_MODE;

Constants

  • IPSEC_TOKEN_MODE_MAIN
    Token was obtained in main mode
  • IPSEC_TOKEN_MODE_EXTENDED
    Token was obtained in extended mode
  • IPSEC_TOKEN_MODE_MAX
    Maximum value for testing only

Requirements

Header

fwpmu.h

See Also

Reference

WFP IPsec Types

Other Resources

Windows Filtering Platform