Phase2AuthenticationParameters 复杂类型

Phase2AuthenticationParameters 复杂类型指定 EAP-TTLS 的身份验证信息。

<xs:complexType name="Phase2AuthenticationParameters">
    <xs:sequence>
        <xs:choice>
            <xs:element ref="baseEap:Eap" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="PAPAuthentication" type="emptyString" minOccurs="0"/>
            <xs:element name="CHAPAuthentication" type="emptyString" minOccurs="0"/>
            <xs:element name="MSCHAPAuthentication" type="emptyString" minOccurs="0"/>
            <xs:element name="MSCHAPv2Authentication" type="MSCHAPv2AuthenticationParameters" minOccurs="0"/>
        </xs:choice>
    </xs:sequence>
</xs:complexType>

注解

Phase2AuthenticationParameters 元素是可选的。

EapBaseEap 类型的元素,其中包含内部 EAP 方法的参数。

PAPAuthentication 是一个空字符串,其存在指示 TTLS 将在建立阶段 1 隧道后尝试 PAP 身份验证协议。

CHAPAuthentication 是一个空字符串,其存在指示 TTLS 将在建立阶段 1 隧道后尝试 CHAP 身份验证协议。

MSCHAPAuthentication 是一个空字符串,其存在指示 TTLS 将在建立阶段 1 隧道后尝试 MSCHAP 身份验证协议。

MSCHAPv2AuthenticationMSCHAPv2AuthenticationParameters 类型的元素,其存在指示 TTLS 将在建立阶段 1 隧道后尝试 MSCHAPv2 身份验证协议。 MSCHAPv2AuthenticationParameters 类型是一个复杂元素。

另请参阅