EAP_CRED_LOGON_REQ

The EAP_CRED_LOGON_REQ structure stores EAP security credentials within an EAP_CONFIG_INPUT_FIELD_ARRAY structure.

typedef EAP_CONFIG_INPUT_FIELD_ARRAY EAP_CRED_LOGON_REQ;

EAP_CRED_LOGON_REQ

The EAP_CRED_LOGON_REQ 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 are the same as the input fields returned by EapHostPeerQueryCredentialInputFields. EAP_CRED_LOGON_REQ is used in the initial credential request and EAP_CRED_REQ is used in the credential retry request during an authentication.

Remarks

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

The EAP_CRED_LOGON_REQ structure is identical to the EAP_CRED_LOGON_RESP 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

EAP_CONFIG_INPUT_FIELD_ARRAY

EAP_CRED_REQ

EAP_INTERACTIVE_UI_DATA

EAP_INTERACTIVE_UI_DATA_TYPE

EapHostPeerQueryCredentialInputFields