Share via


EapHostConfig Element (Compact 7)

3/12/2014

This element contains the EapMethod (EapHostConfig) Element and Config (EapHostConfig) Element or ConfigBlob (EapHostConfig) Element element.

The Config and ConfigBlob elements cannot both be used concurrently.

Syntax

<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 (EapHostConfig) Element

BaseEapMethodConfig Complex Type

Is used when the method configuration is in XML text form instead of a binary BLOB.

ConfigBlob (EapHostConfig) Element

hexBinary

Is used when the method configuration is in binary BLOB form instead of string text form.

EapMethod (EapHostConfig) Element

EapMethodType Complex Type

Identifies the method being referred to.

Remarks

The processContents element is optional.

See Also

Reference

EAPHost Schema Elements
EAPHost Schema
eaphostconfig Schema