Condividi tramite


enumerazione IPSEC_TOKEN_PRINCIPAL (ipsectypes.h)

Il tipo enumerato IPSEC_TOKEN_PRINCIPAL specifica un'entità token di accesso.

Sintassi

typedef enum IPSEC_TOKEN_PRINCIPAL_ {
  IPSEC_TOKEN_PRINCIPAL_LOCAL = 0,
  IPSEC_TOKEN_PRINCIPAL_PEER,
  IPSEC_TOKEN_PRINCIPAL_MAX
} IPSEC_TOKEN_PRINCIPAL;

Costanti

 
IPSEC_TOKEN_PRINCIPAL_LOCAL
Valore: 0
L'entità per il token di accesso IPsec è "Local".
IPSEC_TOKEN_PRINCIPAL_PEER
L'entità per il token di accesso IPsec è "Peer".
IPSEC_TOKEN_PRINCIPAL_MAX
Valore massimo solo per il test.

Requisiti

   
Client minimo supportato Windows Vista [solo app desktop]
Server minimo supportato Windows Server 2008 [solo app desktop]
Intestazione ipsectypes.h

Vedi anche

IPSEC_TOKEN0