EapHostConfig 요소
EapHostConfig 요소에는 EapMethod 요소와 Config 또는 ConfigBlob 요소가 포함됩니다.
Config 및 ConfigBlob 요소는 둘 다 동시에 사용할 수 없습니다.
<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>
자식 요소
요소 | Type | Description |
---|---|---|
구성 | BaseEapMethodConfig | 메서드 구성이 이진 BLOB 대신 XML 텍스트 형식일 때 사용됩니다. |
ConfigBlob | hexBinary | 메서드 구성이 문자열 텍스트 양식 대신 이진 BLOB 형식일 때 사용됩니다. |
EapMethod | EapMethodType | 참조되는 메서드를 식별합니다. |
설명
processContents 요소를 사용하면 스키마를 나중에 개선할 수 있습니다. processContents 요소는 선택 사항입니다.
요구 사항
요구 사항 | 값 |
---|---|
지원되는 최소 클라이언트 |
Windows Vista [데스크톱 앱만 해당] |
지원되는 최소 서버 |
Windows Server 2008 [데스크톱 앱만 해당] |