共用方式為


TrustedCertificates

MBAE 淘汰警告

重要

從 Windows 10 1803 版開始,MBAE 應用程式體驗會由 MO UWP 應用程式取代。 如需 MO UWP 應用程式的詳細資訊,請參閱 UWP 行動寬頻應用程式

TrustedCertificates 元素會指定受信任的憑證清單。

使用

<TrustedCertificates>
  child elements
</TrustedCertificates>

屬性

沒有屬性。

子項目

元素 描述

TrustedCertificate

指定受信任的憑證。

父元素

元素 描述

ProvisioningEngine

指定受信任的憑證。

Xsd

<xs:element name="TrustedCertificates" type="tns:TrustedCertificateListType" minOccurs="0" />

<xs:complexType name="TrustedCertificateListType">
  <xs:sequence>
    <xs:element name="TrustedCertificate" type="tns:TrustedCertificateType" minOccurs="0" maxOccurs="256" />
    <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded" />
  </xs:sequence>
</xs:complexType>

言論

TrustedCertificates 元素是選擇性的。