다음을 통해 공유


TeapConfig 복합 형식

TeapConfig 복합 형식은 RFC7170에 지정된 대로 EAP-TEAP에 필요한 EAP 구성을 지정합니다.

<xs:complexType name="TeapConfig">
    <xs:sequence>
        <xs:element name="ServerValidation" type="ServerValidationParameters" minOccurs="0"/>
        <xs:element name="Phase2Authentication" type="Phase2AuthenticationParameters" minOccurs="0"/>
        <xs:element name="Phase1Identity"  type="Phase1IdentityParameters" minOccurs="0"/>
        <xs:any processContents="lax" minOccurs="0" maxOccurs="unbounded" namespace="##other"/>
    </xs:sequence>
</xs:complexType>

설명

TeapConfig 요소가 필요합니다.

ServerValidationServerValidationParameters 형식의 선택적 요소입니다.

Phase2AuthenticationPhase2AuthenticationParameters 형식의 선택적 요소입니다.

Phase1IdentityPhase1IdentityParameters 형식의 선택적 요소입니다.

추가 정보