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 应从智能卡读取证书。 |
备注
CertificateStore 和 SmartCard 元素不能同时使用。
要求
| 要求 | 值 |
|---|---|
| 最低受支持的客户端 |
Windows Vista [仅限桌面应用] |
| 最低受支持的服务器 |
Windows Server 2008 [仅限桌面应用] |