TtlsConfig 複合型
TtlsConfig 複合型は、RFC5281で指定されている EAP-TTLS に必要な EAP 構成を指定します。
<xs:complexType name="TtlsConfig">
<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:sequence>
</xs:complexType>
備考
TtlsConfig 要素が必要です。
ServerValidation は、ServerValidationParameters 型省略可能な要素です。
Phase2Authentication は、Phase2AuthenticationParameters 型の省略可能な要素です。
Phase1Identity は、Phase1IdentityParameters 型の省略可能な要素です。