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_FAILURE_POINT enumerated type specifies at what point IPsec has failed.
Syntax
typedef enum IPSEC_FAILURE_POINT_ {
IPSEC_FAILURE_NONE = 0,
IPSEC_FAILURE_ME,
IPSEC_FAILURE_PEER,
IPSEC_FAILURE_POINT_MAX
} IPSEC_FAILURE_POINT;
Constants
IPSEC_FAILURE_NONEValue: 0 IPsec has not failed. |
IPSEC_FAILURE_METhe local system is the failure point. |
IPSEC_FAILURE_PEERA peer system is the failure point. |
IPSEC_FAILURE_POINT_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 |