IPSEC_TOKEN_TYPE enumeration (ipsectypes.h)

The IPSEC_TOKEN_TYPE enumerated type specifies an IPsec token type.

Syntax

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

Constants

 
IPSEC_TOKEN_TYPE_MACHINE
Value: 0
Machine token.
IPSEC_TOKEN_TYPE_IMPERSONATION
Impersonation token.
IPSEC_TOKEN_TYPE_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