Share via


EAP_CONFIG_INPUT_FIELD_TYPE (Compact 7)

3/12/2014

This enumeration defines a set of possible input field types available when querying for user credentials.

Syntax

typedef enum  {
  EapConfigInputUsername,
  EapConfigInputPassword,
  EapConfigInputNetworkUsername,
  EapConfigInputNetworkPassword,
  EapConfigInputPin,
  EapConfigInputPSK,
  EapConfigInputEdit
} EAP_CONFIG_INPUT_FIELD_TYPE;

Constants

  • EapConfigInputUsername
    The input field contains a user's application logon name.
  • EapConfigInputPassword
    The input field contains a user's application logon password.
  • EapConfigInputNetworkUsername
    The input field contains a user's network logon name. This is used as an alternate logon username for EapConfigInputUsername.
  • EapConfigInputNetworkPassword
    The input field contains a user's network login password. This is used as an alternate logon password for EapConfigInputPassword.
  • EapConfigInputPin
    The input field contains the user's network access PIN.
  • EapConfigInputPSK
    The input field contains the user's Flexible Authentication through Secure Tunneling (EAP-FAST) Pre-Shared Key(PSK).
  • EapConfigInputEdit
    The input field contains a generic logon token string.

Remarks

The EAP_CONFIG_INPUT_FIELD_TYPE enumeration can be employed to support Single-Sign-On (SSO).

See Also

Reference

Common EAPHost Enumerations