Share via


IPSEC_TOKEN_PRINCIPAL (Compact 2013)

3/26/2014

The IPSEC_TOKEN_PRINCIPAL enumerated type specifies an access token principal.

Syntax

typedef enum IPSEC_TOKEN_PRINCIPAL_ {
    IPSEC_TOKEN_PRINCIPAL_LOCAL,
  IPSEC_TOKEN_PRINCIPAL_PEER,
  IPSEC_TOKEN_PRINCIPAL_MAX
} IPSEC_TOKEN_PRINCIPAL;

Constants

  • IPSEC_TOKEN_PRINCIPAL_LOCAL
    The principal for the IPsec access token is "Local"
  • IPSEC_TOKEN_PRINCIPAL_PEER
    The principal for the IPsec access token is "Peer".
  • IPSEC_TOKEN_PRINCIPAL_MAX
    Maximum value for testing only

Requirements

Header

fwpmu.h

See Also

Reference

WFP IPsec Types

Other Resources

Windows Filtering Platform