ISCSI_AUTH_TYPES - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-iscsidef-iscsi_auth_types)

ISCSI_AUTH_TYPES enumeration

Description

The ISCSI_AUTH_TYPES enumeration indicates the type of authentication method that is used to establish a logon connection.

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.