// iscsidef.h
typedef enum {
ISCSI_NO_AUTH_TYPE,
ISCSI_CHAP_AUTH_TYPE,
ISCSI_MUTUAL_CHAP_AUTH_TYPE
} ISCSI_AUTH_TYPES, *PISCSI_AUTH_TYPES;
View the official Windows Driver Kit DDI referenceNo description available.
The ISCSI_AUTH_TYPES enumeration indicates the type of authentication method that is used to establish a logon connection.
ISCSI_NO_AUTH_TYPENo authentication type was specified.
ISCSI_CHAP_AUTH_TYPEChallenge handshake authentication protocol (CHAP).
ISCSI_MUTUAL_CHAP_AUTH_TYPEMutual (2-way) CHAP authentication.