หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
The IPSEC_TOKEN_PRINCIPAL enumerated type specifies an access token principal.
Syntax
typedef enum IPSEC_TOKEN_PRINCIPAL_ {
IPSEC_TOKEN_PRINCIPAL_LOCAL = 0,
IPSEC_TOKEN_PRINCIPAL_PEER,
IPSEC_TOKEN_PRINCIPAL_MAX
} IPSEC_TOKEN_PRINCIPAL;
Constants
IPSEC_TOKEN_PRINCIPAL_LOCALValue: 0 The principal for the IPsec access token is "Local". |
IPSEC_TOKEN_PRINCIPAL_PEERThe principal for the IPsec access token is "Peer". |
IPSEC_TOKEN_PRINCIPAL_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 |