ISCSI_AUTH_TYPES-Enumeration (iscsidef.h)
Die ISCSI_AUTH_TYPES-Enumeration gibt den Typ der Authentifizierungsmethode an, die zum Herstellen einer Anmeldeverbindung verwendet wird.
Syntax
typedef enum {
ISCSI_NO_AUTH_TYPE,
ISCSI_CHAP_AUTH_TYPE,
ISCSI_MUTUAL_CHAP_AUTH_TYPE
} ISCSI_AUTH_TYPES, *PISCSI_AUTH_TYPES;
Konstanten
ISCSI_NO_AUTH_TYPE Es wurde kein Authentifizierungstyp angegeben. |
ISCSI_CHAP_AUTH_TYPE Challenge Handshake Authentication Protocol (CHAP). |
ISCSI_MUTUAL_CHAP_AUTH_TYPE Gegenseitige (2-Wege)-CHAP-Authentifizierung. |
Anforderungen
Anforderung | Wert |
---|---|
Header | iscsidef.h (iscsidef.h einschließen) |