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_ENCRYPTION_TYPES enumeration indicates the type of encryption that is supported.
Syntax
typedef enum {
ISCSI_ENCRYPT_NONE,
ISCSI_ENCRYPT_3DES_HMAC_SHA1,
ISCSI_ENCRYPT_AES_CTR
} ISCSI_ENCRYPTION_TYPES, *PISCSI_ENCRYPTION_TYPES;
Constants
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). |
Remarks
The ISCSI_ENCRYPTION_TYPES enumeration is used with the MSiSCSI_SecurityCapabilities WMI Class.
Requirements
| Requirement | Value |
|---|---|
| Header | iscsicfg.h (include Iscsicfg.h) |