struttura IPSEC_SA_LIFETIME0 (ipsectypes.h)
La struttura IPSEC_SA_LIFETIME0 archivia la durata in secondi/kilobyte/pacchetti per un'associazione di sicurezza IPsec (SA).
Sintassi
typedef struct IPSEC_SA_LIFETIME0_ {
UINT32 lifetimeSeconds;
UINT32 lifetimeKilobytes;
UINT32 lifetimePackets;
} IPSEC_SA_LIFETIME0;
Members
lifetimeSeconds
Durata sa in secondi.
lifetimeKilobytes
Durata sa in kilobyte.
lifetimePackets
Durata dell'amministratore di sistema nei pacchetti.
Commenti
IPSEC_SA_LIFETIME0 è un'implementazione specifica di IPSEC_SA_LIFETIME. 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
Client minimo supportato | Windows Vista [solo app desktop] |
Server minimo supportato | Windows Server 2008 [solo app desktop] |
Intestazione | ipsectypes.h |