EapMethodType 복합 형식
EapMethodType 복합 형식은 Type, VendorId, VendorType 및 AuthorId라는 단일 EAP 메서드를 고유하게 식별하는 요소를 정의합니다.
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>
자식 요소
요소 | Type | Description |
---|---|---|
AuthorId | unsignedInt | 메서드 작성자를 참조합니다. |
Type | unsignedByte | EAP 메서드 형식을 참조합니다. |
VendorId | unsignedInt |
Type 요소가 254(확장된 EAP 메서드)인 경우 메서드를 정의한 공급업체를 나타냅니다.
VendorId는 선택 사항입니다. |
VendorType | unsignedInt | 메서드에 대해 공급업체에서 정의한 형식입니다.
VendorType은 선택 사항입니다. |
설명
AuthorId 및 VendorId 요소는 특정 메서드에 대해 동일할 필요가 없습니다.
AuthorId, Type, VendorId 및 VendorType 요소는 각각 IANA(Internet Assigned Numbers Authority)에서 발급한 고유 번호입니다.
요구 사항
요구 사항 | 값 |
---|---|
지원되는 최소 클라이언트 |
Windows Vista [데스크톱 앱만 해당] |
지원되는 최소 서버 |
Windows Server 2008 [데스크톱 앱만 해당] |