EAP_INTERACTIVE_UI_DATA_TYPE enumeration (eaptypes.h)

The EAP_INTERACTIVE_UI_DATA_TYPE enumeration specifies the set of types of interactive UI context data supplied to certain supplicant API calls.

Syntax

typedef enum _EAP_INTERACTIVE_UI_DATA_TYPE {
  EapCredReq,
  EapCredResp,
  EapCredExpiryReq,
  EapCredExpiryResp,
  EapCredLogonReq,
  EapCredLogonResp
} EAP_INTERACTIVE_UI_DATA_TYPE;

Constants

 
EapCredReq
The data contains an EAP security credential retry request.
EapCredResp
The data contains an EAP security credential retry response.
EapCredExpiryReq
The data contains an EAP security credential expiration request.
EapCredExpiryResp
The data contains an EAP security credential expiration response.
EapCredLogonReq
The data contains an EAP security credential logon request.
EapCredLogonResp
The data contains an EAP security credential logon response.

Remarks

The EAP_INTERACTIVE_UI_DATA_TYPE is used to support Single-Sign-On (SSO).

Requirements

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

See also

EAPHost Supplicant Enumerations

SSO and PLAP