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類型是複雜元素。

另請參閱