ISCSI_AUTH_TYPES enumeration (iscsidef.h)
The ISCSI_AUTH_TYPES enumeration indicates the type of authentication method that is used to establish a logon connection.
Syntax
typedef enum {
ISCSI_NO_AUTH_TYPE,
ISCSI_CHAP_AUTH_TYPE,
ISCSI_MUTUAL_CHAP_AUTH_TYPE
} ISCSI_AUTH_TYPES, *PISCSI_AUTH_TYPES;
Constants
ISCSI_NO_AUTH_TYPE No authentication type was specified. |
ISCSI_CHAP_AUTH_TYPE Challenge handshake authentication protocol (CHAP). |
ISCSI_MUTUAL_CHAP_AUTH_TYPE Mutual (2-way) CHAP authentication. |
Requirements
Requirement | Value |
---|---|
Header | iscsidef.h (include Iscsidef.h) |