EapMethodType 复杂类型

EapMethodType 复杂类型定义唯一标识单个 EAP 方法的元素:TypeVendorIdVendorTypeAuthorId

TypeAuthorId 是必需元素,而仅当 Type 元素为 254 (扩展的 EAP 方法) 时才需要 VendorTypeVendorId

<xs:complexType name="EapMethodType">
    <xs:sequence>
        <xs:element name="Type"
            type="unsignedByte"
         />
        <xs:element name="VendorId"
            type="unsignedInt"
            default="0"
            minOccurs="0"
         />
        <xs:element name="VendorType"
            type="unsignedInt"
            default="0"
            minOccurs="0"
         />
        <xs:element name="AuthorId"
            type="unsignedInt"
         />
    </xs:sequence>
</xs:complexType>

子元素

元素 类型 说明
AuthorId unsignedInt 引用方法作者。
类型 unsignedByte 引用 EAP 方法类型。
VendorId unsignedInt 引用定义方法的供应商 - 如果 Type 元素为 254, (扩展的 EAP 方法) 。 VendorId 是可选的。
VendorType unsignedInt 方法的供应商定义的类型。 VendorType 是可选的。

备注

AuthorIdVendorId 元素对于特定方法不需要相同。

AuthorIdTypeVendorIdVendorType 元素都是 Internet 号码分配机构 (IANA) 颁发的唯一编号。

要求

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

另请参阅

EAPHost 和旧架构

eapcommon 架构