Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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_NONEValue: 0 No digest is in use for guaranteeing data integrity. |
ISCSI_DIGEST_TYPE_CRC32CValue: 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 |