Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
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_MAINValue: 0 Token was obtained in main mode. |
IPSEC_TOKEN_MODE_EXTENDEDToken was obtained in extended mode. |
IPSEC_TOKEN_MODE_MAXMaximum 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 |