enumerazione IKEEXT_INTEGRITY_TYPE (iketypes.h)
Il tipo enumerato IKEEXT_INTEGRITY_TYPE specifica il tipo di algoritmo hash usato per la protezione dell'integrità dei messaggi Internet Key Exchange (IKE) e Authenticationd Internet Protocol (AuthIP).
Sintassi
typedef enum IKEEXT_INTEGRITY_TYPE_ {
IKEEXT_INTEGRITY_MD5 = 0,
IKEEXT_INTEGRITY_SHA1,
IKEEXT_INTEGRITY_SHA_256,
IKEEXT_INTEGRITY_SHA_384,
IKEEXT_INTEGRITY_TYPE_MAX
} IKEEXT_INTEGRITY_TYPE;
Costanti
IKEEXT_INTEGRITY_MD5 Valore: 0 Specifica l'algoritmo hash MD5. |
IKEEXT_INTEGRITY_SHA1 Specifica l'algoritmo hash SHA1. |
IKEEXT_INTEGRITY_SHA_256 Specifica una crittografia SHA a 256 bit. Nota Disponibile solo in Windows Server 2008, Windows Vista con SP1 e versioni successive. |
IKEEXT_INTEGRITY_SHA_384 Specifica una crittografia SHA a 384 bit. Nota Disponibile solo in Windows Server 2008, Windows Vista con SP1 e versioni successive. |
IKEEXT_INTEGRITY_TYPE_MAX Valore massimo a scopo di test. |
Requisiti
Client minimo supportato | Windows Vista [solo app desktop] |
Server minimo supportato | Windows Server 2008 [solo app desktop] |
Intestazione | iketypes.h |