Elemento EapType (eaptlsconnectionpropertiesv1schema)

L'elemento EapType è un tipo derivato dell'elemento EapType dallo schema BaseEapConnectionProperties .

Questo elemento EapType derivato contiene gli elementi seguenti: CredentialsSource, ServerValidation, DifferentUsername, PerformServerValidation, AcceptServerName eTLSExtensions.

<xs:element name="EapType"
    substitutionGroup="EapType"
>
    <xs:complexType>
        <xs:complexContent>
            <xs:extension
                base="BaseEapTypeParameters"
            >
                <xs:sequence>
                    <xs:element name="CredentialsSource"
                        type="CredentialsSourceParameters"
                        minOccurs="0"
                     />
                    <xs:element name="ServerValidation"
                        type="ServerValidationParameters"
                        minOccurs="0"
                     />
                    <xs:element name="DifferentUsername"
                        type="boolean"
                        minOccurs="0"
                     />
                    <xs:element
                        minOccurs="0"
                        maxOccurs="1"
                        ref="extendedTLS: PerformServerValidation"
                     />
                    <xs:element
                        minOccurs="0"
                        maxOccurs="1"
                        ref="extendedTLS: AcceptServerName"
                     />
                    <xs:element
                        minOccurs="0"
                        maxOccurs="1"
                        ref="extendedTLS: TLSExtensions"
                     />
                </xs:sequence>
            </xs:extension>
        </xs:complexContent>
    </xs:complexType>
</xs:element>

Elementi figlio

Elemento Tipo Descrizione
extendedTLS: PerformServerValidation Windows 7 e versioni successive: indica se viene eseguita la convalida del server.
extendedTLS: AcceptServerName Windows 7 e versioni successive: indica se il nome di un server è letto.
extendedTLS: TLSExtensions Windows 7 e versioni successive: consente miglioramenti futuri allo schema.
CredentialsSource CredentialsSourceParameters Contiene informazioni sulla posizione del certificato EAP Transport Level Security (EAP-TLS).
L'elemento CredentialsSource è facoltativo.
DifferentUsername boolean Determina il nome utente da usare EAP-TLS.
Se l'elemento DifferentUsername è TRUE, EAP-TLS deve usare un nome utente diverso dal nome visualizzato nel certificato. Se l'elemento DifferentUsername è FALSE, EAP-TLS usa il nome utente visualizzato nel certificato.
L'elemento DifferentUsername è facoltativo.
ServerValidation ServerValidationParameters Contiene informazioni su come eseguire la convalida del server. L'elemento ServerValidation è facoltativo .

Requisiti

Requisito Valore
Client minimo supportato
Windows Vista [solo app desktop]
Server minimo supportato
Windows Server 2008 [solo app desktop]

Vedi anche

Schema EAPHost e legacy

Schema eaptlsconnectionpropertiesv1

Elementi dello schema eaptlsconnectionpropertiesv1