IPSEC_TOKEN_MODE enumeration (ipsectypes.h)
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 = 0,
IPSEC_TOKEN_MODE_EXTENDED,
IPSEC_TOKEN_MODE_MAX
} IPSEC_TOKEN_MODE;
Constants
IPSEC_TOKEN_MODE_MAIN Value: 0 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
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Header | ipsectypes.h |