Share via


EAP_CONFIG_INPUT_FIELD_ARRAY (Compact 7)

3/12/2014

This structure contains a set of EAP_CONFIG_INPUT_FIELD_DATA structures that collectively contain the user input field data obtained from the user.

Syntax

typedef struct _EAP_CONFIG_INPUT_FIELD_ARRAY {
  DWORD dwVersion;
  DWORD dwNumberOfFields;
  DWORD dwSize;  EAP_CONFIG_INPUT_FIELD_DATA* pFields;
} EAP_CONFIG_INPUT_FIELD_ARRAY,
  *PEAP_CONFIG_INPUT_FIELD_ARRAY;

Members

  • dwVersion
    The version of the EAP_CONFIG_INPUT_FIELD_DATA structures pointed to by pFields.

    Value Meaning

    EAP_CREDENTIAL_VERSION 1

    The version of the EAP credentials that are supplied by the user.

  • dwNumberOfFields
    The total number of elements in the array specified by pFields.
  • dwSize
    The size, in bytes, of the array pointed to by pFields.
  • pFields
    Pointer to an array of EAP_CONFIG_INPUT_FIELD_DATA structures that contain specific user input data obtained from an EAP configuration dialog box.

Remarks

The EAP_CONFIG_INPUT_FIELD_ARRAY structure can be employed to support Single-Sign-On (SSO).

See Also

Reference

Common EAPHost Structures
EAP_CONFIG_INPUT_FIELD_DATA