EAP_METHOD_PROPERTY structure (eaptypes.h)

An EAP_METHOD_PROPERTY structure contains an EAP method property.

Syntax

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;

Members

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.

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps only]
Minimum supported server Windows Server 2008 R2 [desktop apps only]
Header eaptypes.h

See also

EAPHost Supplicant Structures

EAP_METHOD_PROPERTY_ARRAY

EapHostPeerGetMethodProperties