Share via


EAP_METHOD_INFO (Compact 7)

3/12/2014

This structure contains information about an EAP method.

Syntax

typedef struct _EAP_METHOD_INFO {
  EAP_METHOD_TYPE eapType;
  LPWSTR pwszAuthorName;
  LPWSTR pwszFriendlyName;
  DWORD eapProperties;
  struct _EAP_METHOD_INFO* pInnerMethodInfo;
} EAP_METHOD_INFO;

Members

  • pwszAuthorName
    Pointer to a zero-terminated Unicode string that contains the name of the EAP method author.
  • pwszFriendlyName
    Pointer to a zero-terminated Unicode string that contains the display name of the EAP method.
  • eapProperties
    Set of flags that describe specific properties of the EAP method.
  • pInnerMethodInfo
    Pointer to an EAP_METHOD_INFO structure that contains information about the inner method.

See Also

Reference

Common EAPHost Structures
EAP_METHOD_TYPE
EAP_METHOD_INFO_ARRAY