共用方式為


EapMethodType 複雜類型

EapMethodType複雜類型會定義可唯一識別單一 EAP 方法的專案:TypeVendorId、VendorTypeAuthorId

TypeAuthorId 是必要元素,而 VendorTypeVendorId 只有在 Type 元素為 254 (展開的 EAP 方法) 時才需要。

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

子元素

元素 類型 Description
AuthorId unsignedInt 參考方法作者。
類型 unsignedByte 參考 EAP 方法類型。
VendorId unsignedInt 是指定義 方法的廠商 - 如果 Type 元素是 254 (展開的 EAP 方法) 。 VendorId是選擇性的。
VendorType unsignedInt 這是方法的廠商定義型別。 VendorType是選擇性的。

備註

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

AuthorIdTypeVendorId 和 VendorType元素都是網際網路指派號碼授權單位 (IANA) 所簽發的唯一號碼。

規格需求

需求
最低支援的用戶端
Windows Vista [僅限傳統型應用程式]
最低支援的伺服器
Windows Server 2008 [僅限傳統型應用程式]

另請參閱

EAPHost 和舊版架構

eapcommon 架構