Type complexe TtlsConfig
Le type complexe TtlsConfig spécifie la configuration EAP requise pour EAP-TTLS comme spécifié dans RFC5281.
<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>
Remarques
L’élément TtlsConfig est requis.
serverValidation est un élément facultatif de type ServerValidationParameters.
Phase2Authentication est un élément facultatif du type Phase2AuthenticationParameters.
Phase1Identity est un élément facultatif de type Phase1IdentityParameters.