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 类型的可选元素。

另请参阅