struttura IPSEC_PROPOSAL0 (ipsectypes.h)
La struttura IPSEC_PROPOSAL0 viene usata per archiviare una proposta in modalità rapida IPsec.
Sintassi
typedef struct IPSEC_PROPOSAL0_ {
IPSEC_SA_LIFETIME0 lifetime;
UINT32 numSaTransforms;
IPSEC_SA_TRANSFORM0 *saTransforms;
IPSEC_PFS_GROUP pfsGroup;
} IPSEC_PROPOSAL0;
Members
lifetime
Durata dell'associazione di sicurezza IPsec specificata da IPSEC_SA_LIFETIME0. Non può essere zero.
numSaTransforms
Numero di trasformazioni SA IPsec. Gli unici valori possibili sono 1 e 2. Usare 2 solo quando si specificano trasformazioni AH più ESP.
saTransforms
Matrice di trasformazioni SA IPsec come specificato da IPSEC_SA_TRANSFORM0.
pfsGroup
Gruppo PFS (Perfect Forward Secret) del sa IPsec come specificato da IPSEC_PFS_GROUP.
Commenti
La proposta descrive i vari parametri dell'IPsec SA potenzialmente generati da questa proposta.
IPSEC_PROPOSAL0 è un'implementazione specifica di IPSEC_PROPOSAL. 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 |