énumération IKEEXT_INTEGRITY_TYPE (iketypes.h)
Le type énuméré IKEEXT_INTEGRITY_TYPE spécifie le type d’algorithme de hachage utilisé pour la protection de l’intégrité des messages IKE (Internet Key Exchange) et AuthIP (Authenticated Internet Protocol).
Syntax
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;
Constantes
IKEEXT_INTEGRITY_MD5 Valeur : 0 Spécifie l’algorithme de hachage MD5. |
IKEEXT_INTEGRITY_SHA1 Spécifie l’algorithme de hachage SHA1. |
IKEEXT_INTEGRITY_SHA_256 Spécifie un chiffrement SHA 256 bits. Note Disponible uniquement sur Windows Server 2008, Windows Vista avec SP1 et versions ultérieures. |
IKEEXT_INTEGRITY_SHA_384 Spécifie un chiffrement SHA 384 bits. Note Disponible uniquement sur Windows Server 2008, Windows Vista avec SP1 et versions ultérieures. |
IKEEXT_INTEGRITY_TYPE_MAX Valeur maximale à des fins de test. |
Configuration requise
Client minimal pris en charge | Windows Vista [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows Server 2008 [applications de bureau uniquement] |
En-tête | iketypes.h |