IPSEC_TOKEN0 structure (ipsectypes.h)

The IPSEC_TOKEN0 structure contains various information about an IPsec-specific access token.

Syntax

typedef struct IPSEC_TOKEN0_ {
  IPSEC_TOKEN_TYPE      type;
  IPSEC_TOKEN_PRINCIPAL principal;
  IPSEC_TOKEN_MODE      mode;
  IPSEC_TOKEN_HANDLE    token;
} IPSEC_TOKEN0;

Members

type

An IPSEC_TOKEN_TYPE value that specifies the type of token.

principal

An IPSEC_TOKEN_PRINCIPAL value that specifies the token principal.

mode

An IPSEC_TOKEN_MODE value that indicates in which mode the token was obtained.

token

Handle to the access token. An IPSEC_TOKEN_HANDLE is of type UINT64.

Remarks

IPSEC_TOKEN0 is a specific implementation of IPSEC_TOKEN. See WFP Version-Independent Names and Targeting Specific Versions of Windows for more information.

Requirements

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