Events
Apr 8, 3 PM - May 28, 7 AM
Sharpen your AI skills and enter the sweepstakes to win a free Certification exam
Register now!This 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.
An EAP_METHOD_PROPERTY structure contains an EAP method property.
typedef struct _EAP_METHOD_PROPERTY {
EAP_METHOD_PROPERTY_TYPE eapMethodPropertyType;
EAP_METHOD_PROPERTY_VALUE_TYPE eapMethodPropertyValueType;
#if ...
EAP_METHOD_PROPERTY_VALUE eapMethodPropertyValue;
#else
EAP_METHOD_PROPERTY_VALUE eapMethodPropertyValue;
#endif
} EAP_METHOD_PROPERTY;
eapMethodPropertyType
An EAP_METHOD_PROPERTY_TYPE enumeration value that describes the type of the EAP method property.
eapMethodPropertyValueType
An EAP_METHOD_PROPERTY_VALUE_TYPE enumeration value that describes the data type of the value specified in eapMethodPropertyValue.
eapMethodPropertyValue
An EAP_METHOD_PROPERTY_VALUE union that contains the method property value.
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Header | eaptypes.h |
Events
Apr 8, 3 PM - May 28, 7 AM
Sharpen your AI skills and enter the sweepstakes to win a free Certification exam
Register now!