Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
3/26/2014
The IPSEC_TOKEN_MODE enumerated type specifies different IPsec modes in which a token can be obtained.
Syntax
typedef enum IPSEC_TOKEN_MODE_ {
IPSEC_TOKEN_MODE_MAIN,
IPSEC_TOKEN_MODE_EXTENDED,
IPSEC_TOKEN_MODE_MAX
} IPSEC_TOKEN_MODE;
Constants
- IPSEC_TOKEN_MODE_MAIN
Token was obtained in main mode
- IPSEC_TOKEN_MODE_EXTENDED
Token was obtained in extended mode
- IPSEC_TOKEN_MODE_MAX
Maximum value for testing only
Requirements
Header |
fwpmu.h |