IPSEC_TOKEN_PRINCIPAL enumeration (ipsectypes.h)

The IPSEC_TOKEN_PRINCIPAL enumerated type specifies an access token principal.

Syntax

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

Constants

 
IPSEC_TOKEN_PRINCIPAL_LOCAL
Value: 0
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

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Header ipsectypes.h

See also

IPSEC_TOKEN0