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>
子元素
元素 | 類型 | Description |
---|---|---|
CertificateStore | CertSelection | 指出 EAP-TLS 應該從使用者的 「我的市集」或正在驗證的電腦讀取憑證。 |
智慧卡 | emptyString | 指出 EAP-TLS 應該從智慧卡讀取憑證。 |
備註
CertificateStore和SmartCard元素不能同時使用。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 |
Windows Vista [僅限傳統型應用程式] |
最低支援的伺服器 |
Windows Server 2008 [僅限傳統型應用程式] |