Events
May 19, 6 PM - May 23, 12 AM
Calling all developers, creators, and AI innovators to join us in Seattle @Microsoft Build May 19-22.
Register todayThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The EAP_METHOD_INFO structure contains information about an EAP method.
typedef struct _EAP_METHOD_INFO {
EAP_METHOD_TYPE eaptype;
LPWSTR pwszAuthorName;
LPWSTR pwszFriendlyName;
DWORD eapProperties;
struct _EAP_METHOD_INFO *pInnerMethodInfo;
} EAP_METHOD_INFO;
eaptype
EAP_METHOD_TYPE structure that identifies the EAP method.
pwszAuthorName
Pointer to a zero-terminated Unicode string that contains the name of the EAP method's 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. For flag descriptions, see EAP Method Properties.
pInnerMethodInfo
Pointer to an EAP_METHOD_INFO structure that contains information about the inner method.
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Header | eaptypes.h |
Events
May 19, 6 PM - May 23, 12 AM
Calling all developers, creators, and AI innovators to join us in Seattle @Microsoft Build May 19-22.
Register today