EapType 要素 (eaptlsconnectionpropertiesv1schema)

EapType 要素は、BaseEapConnectionProperties スキーマの EapType 要素の派生型です。

この派生 EapType 要素には、 CredentialsSourceServerValidationDifferentUsernamePerformServerValidationAcceptServerNameTLSExtensions の各要素が含まれています。

<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>

子要素

要素 Type 説明
extendedTLS: PerformServerValidation Windows 7 以降: サーバーの検証が実行されるかどうかを示します。
extendedTLS: AcceptServerName Windows 7 以降: サーバーの名前を読み取るかどうかを示します。
extendedTLS: TLSExtensions Windows 7 以降: スキーマの将来の機能強化を有効にします。
CredentialsSource CredentialsSourceParameters EAP トランスポート レベル セキュリティ (EAP-TLS) 証明書の場所に関する情報が含まれています。
CredentialsSource 要素は省略可能です。
DifferentUsername boolean 使用するユーザー名 EAP-TLS を決定します。
DifferentUsername 要素が TRUE の場合、EAP-TLS は証明書に表示される名前以外のユーザー名を使用する必要があります。 DifferentUsername 要素が FALSE の場合、EAP-TLS は証明書に表示されるユーザー名を使用します。
DifferentUsername 要素は省略可能です。
ServerValidation ServerValidationParameters サーバー検証を実行する方法に関する情報が含まれています。 ServerValidation 要素は省略可能です。

必要条件

要件
サポートされている最小のクライアント
Windows Vista [デスクトップ アプリのみ]
サポートされている最小のサーバー
Windows Server 2008 [デスクトップ アプリのみ]

関連項目

EAPHost とレガシ スキーマ

eaptlsconnectionpropertiesv1 スキーマ

eaptlsconnectionpropertiesv1 スキーマ要素