struttura IPSEC_TOKEN0 (ipsectypes.h)
La struttura IPSEC_TOKEN0 contiene varie informazioni su un token di accesso specifico di IPsec.
Sintassi
typedef struct IPSEC_TOKEN0_ {
IPSEC_TOKEN_TYPE type;
IPSEC_TOKEN_PRINCIPAL principal;
IPSEC_TOKEN_MODE mode;
IPSEC_TOKEN_HANDLE token;
} IPSEC_TOKEN0;
Members
type
Valore IPSEC_TOKEN_TYPE che specifica il tipo di token.
principal
Valore IPSEC_TOKEN_PRINCIPAL che specifica l'entità token.
mode
Valore IPSEC_TOKEN_MODE che indica in quale modalità è stato ottenuto il token.
token
Handle per il token di accesso. Un IPSEC_TOKEN_HANDLE è di tipo UINT64.
Commenti
IPSEC_TOKEN0 è un'implementazione specifica di IPSEC_TOKEN. Per altre informazioni, vedere Wfp Version-Independent Names and Targeting Specific Versions of Windows .See WFP Version-Independent Names and Targeting Specific Versions of Windows.See WFP Version-Independent Names and Targeting Specific Versions of Windows for more information.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows Vista [solo app desktop] |
Server minimo supportato | Windows Server 2008 [solo app desktop] |
Intestazione | ipsectypes.h |