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_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_TYPEValue: 0 No authentication type was specified. |
ISCSI_CHAP_AUTH_TYPEValue: 1 Challenge Handshake Authentication Protocol (CHAP) authentication. |
ISCSI_MUTUAL_CHAP_AUTH_TYPEValue: 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 |