Compartilhar via


Tipo Complexo TtlsConfig

O tipo complexo TtlsConfig especifica a configuração de EAP necessária para EAP-TTLS, conforme especificado em 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>

Comentários

O elemento TtlsConfig é necessário.

ServerValidation é um elemento opcional do tipo ServerValidationParameters.

Phase2Authentication é um elemento opcional do tipo Phase2AuthenticationParameters .

Phase1Identity é um elemento opcional do tipo Phase1IdentityParameters .

Confira também