énumération ISCSI_ENCRYPTION_TYPES (iscsicfg.h)
L’énumération ISCSI_ENCRYPTION_TYPES indique le type de chiffrement pris en charge.
Syntax
typedef enum {
ISCSI_ENCRYPT_NONE,
ISCSI_ENCRYPT_3DES_HMAC_SHA1,
ISCSI_ENCRYPT_AES_CTR
} ISCSI_ENCRYPTION_TYPES, *PISCSI_ENCRYPTION_TYPES;
Constantes
ISCSI_ENCRYPT_NONE Aucun type de chiffrement n’est pris en charge. |
ISCSI_ENCRYPT_3DES_HMAC_SHA1 L’initiateur ou la cible prend en charge triple chiffrement standard (DES), le code d’authentification de message haché (HMAC) et l’algorithme de hachage sécurisé, version 1. |
ISCSI_ENCRYPT_AES_CTR L’initiateur ou la cible prend en charge le mode de compteur (CTR) AES (Advanced Encryption Standard). |
Remarques
L’énumération ISCSI_ENCRYPTION_TYPES est utilisée avec la classe WMI MSiSCSI_SecurityCapabilities.
Configuration requise
Condition requise | Valeur |
---|---|
En-tête | iscsicfg.h (include Iscsicfg.h) |