ServerValidationParameters 複雜類型會指定 EAP-TEAP 的伺服器資訊。
<xs:complexType name="ServerValidationParameters">
<xs:sequence>
<xs:element name="ServerNames" type="xs:string" minOccurs="0"/>
<xs:element name="TrustedRootCAHash" type="xs:hexBinary" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="DownloadTrustedServerRoot" type="xs:boolean" default="false" minOccurs="0"/>
<xs:element name="DisablePrompt" type="xs:boolean" default="false" minOccurs="0" />
<xs:any processContents="lax" minOccurs="0" maxOccurs="unbounded" namespace="##other"/>
</xs:sequence>
</xs:complexType>
言論
ServerValidationParameters 元素是選擇性的。
ServerNames 是選擇性字串,指定用戶端可以驗證的伺服器清單。
TrustedRootCAHash 是受信任發行伺服器證書的跟證書授權單位指紋,以憑證 SHA256 哈希的十六進位字串表示。 零個或多個專案可以存在。
DownloadTrustedServerRoot 是選擇性的 Boolean,指定伺服器憑證不受信任且使用者手動接受憑證時的方法行為。 如果 TRUE,在成功連線之後,伺服器所推送的其他伺服器憑證將會新增至 TrustedRootCAHash 元素。 如果 FALSE,則不會將伺服器推送的其他憑證新增至 TrustedRootCAHash 專案。
DisablePrompt 是選擇性的 Boolean,指定伺服器憑證不信任時的方法行為,如 TEAP 連線配置檔所示。 如果 TRUE,憑證錯誤會導致連線遭到拒絕。 如果 FALSE,系統會提示使用者手動接受或拒絕憑證。