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_PROPERTY_ARRAY structure contains an array of EAP method properties.
Syntax
typedef struct _EAP_METHOD_PROPERTY_ARRAY {
DWORD dwNumberOfProperties;
EAP_METHOD_PROPERTY *pFields;
EAP_METHOD_PROPERTY *pMethodProperty;
} EAP_METHOD_PROPERTY_ARRAY;
Members
dwNumberOfProperties
The number of EAP_METHOD_PROPERTY structures in pMethodProperty.
pFields
pMethodProperty
Pointer to the address of the first element in an array of EAP_METHOD_PROPERTY structures. The total number of elements is specified in dwNumberOfProperties.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 7 [desktop apps only] |
| Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
| Header | eaptypes.h |