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>

子元素

元素 類型 描述
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 架構元素