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 会向用户说明要选择的合适证书。

要求

角色 支持的最低操作系统版本
客户端
Windows Vista [仅限桌面应用]
服务器
Windows Server 2008 [仅限桌面应用]

另请参阅

EAPHost 和旧架构

eaptlsconnectionpropertiesv1 架构

eaptlsconnectionpropertiesv1 架构复杂类型