EAP_METHOD_TYPE structure (eaptypes.h)
The EAP_METHOD_TYPE structure contains type, identification, and author information about an EAP method.
Syntax
typedef struct _EAP_METHOD_TYPE {
EAP_TYPE eapType;
DWORD dwAuthorId;
} EAP_METHOD_TYPE;
Members
eapType
EAP_TYPE structure that contains the ID for the EAP method as well as specific vendor information.
dwAuthorId
The numeric ID for the author of the EAP method.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Header | eaptypes.h |