// iscsicfg.h
typedef enum {
ISCSI_ENCRYPT_NONE,
ISCSI_ENCRYPT_3DES_HMAC_SHA1,
ISCSI_ENCRYPT_AES_CTR
} ISCSI_ENCRYPTION_TYPES, *PISCSI_ENCRYPTION_TYPES;
View the official Windows Driver Kit DDI referenceNo description available.
The ISCSI_ENCRYPTION_TYPES enumeration indicates the type of encryption that is supported.
ISCSI_ENCRYPT_NONENo type of encryption is supported.
ISCSI_ENCRYPT_3DES_HMAC_SHA1The initiator or target supports triple data encryption standard (DES), hashed message authentication code (HMAC), and the secure hash algorithm, version 1.
ISCSI_ENCRYPT_AES_CTRThe initiator or target supports advanced encryption standard (AES) counter mode (CTR).
The ISCSI_ENCRYPTION_TYPES enumeration is used with the MSiSCSI_SecurityCapabilities WMI Class.
MSiSCSI_SecurityCapabilities WMI Class