CertSelection 複雜類型
CertSelection複雜類型會決定使用者如何選取憑證。
<xs:complexType name="CertSelection">
<xs:sequence>
<xs:element name="SimpleCertSelection"
type="boolean"
minOccurs="0"
/>
</xs:sequence>
</xs:complexType>
子元素
元素 | 類型 | 描述 |
---|---|---|
SimpleCertSelection | boolean | 預設為 TRUE。 如果 SimpleCertSelection 為 TRUE,EAP-TLS 會執行簡單的憑證搜尋,而不需要選取憑證的任何下拉式清單。 如果 SimpleCertSelection 為 FALSE,EAP-TLS 會向使用者說明要選取的適當憑證。 |
規格需求
角色 | 最低支援的 OS 版本 |
---|---|
Client |
Windows Vista [僅限傳統型應用程式] |
伺服器 |
Windows Server 2008 [僅限傳統型應用程式] |