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_ARRAY structure contains information on EAP methods installed on the client computer. After populating EAP_METHOD_INFO_ARRAY, EAPHost passes this method information to the supplicant.
Syntax
typedef struct _EAP_METHOD_INFO_ARRAY {
DWORD dwNumberOfMethods;
EAP_METHOD_INFO *pEapMethods;
} EAP_METHOD_INFO_ARRAY;
Members
dwNumberOfMethods
The number of EAP_METHOD_INFO structures in pEapMethods.
pEapMethods
Pointer to the address of the first element in an array of EAP_METHOD_INFO structures. The total number of elements is specified in dwNumberOfMethods.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Header | eaptypes.h |