EapMethodType 複雜類型
EapMethodType複雜類型會定義可唯一識別單一 EAP 方法的專案:Type、VendorId、VendorType和AuthorId。
Type 和 AuthorId 是必要元素,而 VendorType 和 VendorId 只有在 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是選擇性的。 |
備註
AuthorId和VendorId元素不需要與特定方法相同。
AuthorId、Type、VendorId 和 VendorType元素都是網際網路指派號碼授權單位 (IANA) 所簽發的唯一號碼。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 |
Windows Vista [僅限傳統型應用程式] |
最低支援的伺服器 |
Windows Server 2008 [僅限傳統型應用程式] |