ISCSI_AUTH_TYPES enumeration (iscsidsc.h)

The ISCSI_AUTH_TYPES enumeration indicates the type of authentication method utilized.

Syntax

typedef enum {
  ISCSI_NO_AUTH_TYPE = 0,
  ISCSI_CHAP_AUTH_TYPE = 1,
  ISCSI_MUTUAL_CHAP_AUTH_TYPE = 2
} ISCSI_AUTH_TYPES, *PISCSI_AUTH_TYPES;

Constants

 
ISCSI_NO_AUTH_TYPE
Value: 0
No authentication type was specified.
ISCSI_CHAP_AUTH_TYPE
Value: 1
Challenge Handshake Authentication Protocol (CHAP) authentication.
ISCSI_MUTUAL_CHAP_AUTH_TYPE
Value: 2
Mutual (2-way) CHAP authentication.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Header iscsidsc.h

See also

ISCSI_LOGIN_OPTIONS