EAP_METHOD_PROPERTY_VALUE_STRING structure (eaptypes.h)

The EAP_METHOD_PROPERTY_VALUE_STRING structure contains the string value of an EAP method property.

Syntax

typedef struct _EAP_METHOD_PROPERTY_VALUE_STRING {
  DWORD length;
#if ...
  BYTE  *value;
#else
  BYTE  *value;
#endif
} EAP_METHOD_PROPERTY_VALUE_STRING;

Members

length

The size, in bytes, of value.

value

Pointer to a byte buffer than contains the data value of an EAP method property.

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_VALUE

EapHostPeerGetMethodProperties