eapType 元素 (eaptlsconnectionpropertiesv1schema)
EapType 元素是 BaseEapConnectionProperties 架构中 EapType 元素的派生类型。
此派生的 EapType 元素包含以下元素: CredentialsSource、 ServerValidation、 DifferentUsername、 PerformServerValidation、 AcceptServerName 和TLSExtensions。
<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 [仅限桌面应用] |