ISCSI_ENCRYPTION_TYPES - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-iscsicfg-iscsi_encryption_types)

ISCSI_ENCRYPTION_TYPES enumeration

Description

The ISCSI_ENCRYPTION_TYPES enumeration indicates the type of encryption that is supported.

Constants

ISCSI_ENCRYPT_NONE

No type of encryption is supported.

ISCSI_ENCRYPT_3DES_HMAC_SHA1

The initiator or target supports triple data encryption standard (DES), hashed message authentication code (HMAC), and the secure hash algorithm, version 1.

ISCSI_ENCRYPT_AES_CTR

The initiator or target supports advanced encryption standard (AES) counter mode (CTR).

Remarks

The ISCSI_ENCRYPTION_TYPES enumeration is used with the MSiSCSI_SecurityCapabilities WMI Class.

See also

MSiSCSI_SecurityCapabilities

MSiSCSI_SecurityCapabilities WMI Class