EapHostConfig Element

The EapHostConfig element contains the EapMethod element and Config or ConfigBlob element.

The Config and ConfigBlob elements cannot both be used simultaneously.

<xs:element name="EapHostConfig">
    <xs:complexType>
        <xs:sequence>
            <xs:element name="EapMethod"
                type="EapMethodType"
             />
            <xs:choice>
                <xs:element name="Config"
                    type="BaseEapMethodConfig"
                 />
                <xs:element name="ConfigBlob"
                    type="hexBinary"
                 />
            </xs:choice>
            <xs:any
                processContents="lax"
                minOccurs="0"
                maxOccurs="unbounded"
                namespace="##other"
             />
        </xs:sequence>
    </xs:complexType>
</xs:element>

Child elements

Element Type Description
Config BaseEapMethodConfig Is used when the method configuration is in XML text form instead of a binary BLOB.
ConfigBlob hexBinary Is used when the method configuration is in binary BLOB form instead of string text form.
EapMethod EapMethodType Identifies the method being referred to.

Remarks

The processContents element enables future enhancements to the schema. The processContents element is optional.

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2008 [desktop apps only]

See also

EAPHost and Legacy Schema

eaphostconfig Schema