EapHostConfig 元素

EapHostConfig 元素包含 EapMethod 元素和 ConfigConfigBlob 元素。

ConfigConfigBlob 元素不能同时使用。

<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>

子元素

元素 类型 说明
配置 BaseEapMethodConfig 当方法配置采用 XML 文本形式而不是二进制 BLOB 时使用。
ConfigBlob hexBinary 当方法配置采用二进制 BLOB 形式而不是字符串文本形式时使用。
EapMethod EapMethodType 标识引用的方法。

备注

processContents 元素支持对架构的未来增强。 processContents 元素是可选的。

要求

要求
最低受支持的客户端
Windows Vista [仅限桌面应用]
最低受支持的服务器
Windows Server 2008 [仅限桌面应用]

另请参阅

EAPHost 和旧架构

eaphostconfig 架构