CredentialsSourceParameters 复杂类型

CredentialsSourceParameters 复杂类型定义指定要用于 EAP-TLS 身份验证的证书源所需的元素。

可以选择 SmartCard 元素或 CertificateStore 元素。

<xs:complexType name="CredentialsSourceParameters">
    <xs:choice>
        <xs:element name="SmartCard"
            type="emptyString"
         />
        <xs:element name="CertificateStore"
            type="CertSelection"
         />
    </xs:choice>
</xs:complexType>

子元素

元素 类型 说明
CertificateStore CertSelection 指示 EAP-TLS 应从用户的“我的应用商店”或正在进行身份验证的计算机读取证书。
智能卡 emptyString 指示 EAP-TLS 应从智能卡读取证书。

备注

CertificateStoreSmartCard 元素不能同时使用。

要求

要求
最低受支持的客户端
Windows Vista [仅限桌面应用]
最低受支持的服务器
Windows Server 2008 [仅限桌面应用]

另请参阅

EAPHost 和旧架构

eaptlsconnectionpropertiesv1 架构

eaptlsconnectionpropertiesv1 架构复杂类型