Share via


IPSEC_TOKEN0 (Compact 2013)

3/26/2014

This structure contains 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

  • 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.

Requirements

Header

fwpmu.h

See Also

Reference

WFP IPsec Structures

Other Resources

Windows Filtering Platform