ISCSI_DIGEST_TYPES enumeration (iscsidsc.h)

The ISCSI_DIGEST_TYPES enumeration indicates the digest type.

Syntax

typedef enum {
  ISCSI_DIGEST_TYPE_NONE = 0,
  ISCSI_DIGEST_TYPE_CRC32C = 1
} ISCSI_DIGEST_TYPES, *PISCSI_DIGEST_TYPES;

Constants

 
ISCSI_DIGEST_TYPE_NONE
Value: 0
No digest is in use for guaranteeing data integrity.
ISCSI_DIGEST_TYPE_CRC32C
Value: 1
The digest for guaranteeing data integrity uses a 32-bit cyclic redundancy check.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Header iscsidsc.h