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_TYPE enumerated type specifies an IPsec token type.
Syntax
typedef enum IPSEC_TOKEN_TYPE_ {
IPSEC_TOKEN_TYPE_MACHINE = 0,
IPSEC_TOKEN_TYPE_IMPERSONATION,
IPSEC_TOKEN_TYPE_MAX
} IPSEC_TOKEN_TYPE;
Constants
IPSEC_TOKEN_TYPE_MACHINEValue: 0 Machine token. |
IPSEC_TOKEN_TYPE_IMPERSONATIONImpersonation token. |
IPSEC_TOKEN_TYPE_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 |