EAP_CRED_LOGON_RESP

The EAP_CRED_LOGON_RESP structure stores EAP security credentials within a EAP_CONFIG_INPUT_FIELD_ARRAY structure.

typedef EAP_CONFIG_INPUT_FIELD_ARRAY EAP_CRED_LOGON_RESP;

EAP_CRED_LOGON_RESP

The EAP_CRED_LOGON_RESP structure stores EAP security credentials pointed to by the pbUiData parameter of the EAP_INTERACTIVE_UI_DATA structure when the dwDataType parameter of EAP_INTERACTIVE_UI_DATA_TYPE specifies a credential request type. The input fields in this structure will be same as the input fields returned by EapHostPeerQueryCredentialInputFields. EAP_CRED_LOGON_RESP is used in the initial credential request and EAP_CRED_RESP is used in the credential retry request during an authentication.

Remarks

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

The EAP_CRED_LOGON_RESP structure is identical to the EAP_CRED_LOGON_REQ structure.

Requirements

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

See also

EapHostPeerQueryCredentialInputFields

EAP_CONFIG_INPUT_FIELD_ARRAY

EAP_CRED_LOGON_REQ

EAP_INTERACTIVE_UI_DATA

EAP_INTERACTIVE_UI_DATA_TYPE