TrustedCertificates
MBAE 弃用警告
重要
从 Windows 10 版本 1803 开始,MBAE 应用体验将替换为 MO UWP 应用。 有关 MO UWP 应用的详细信息,请参阅 UWP 移动宽带应用。
TrustedCertificates 元素指定受信任的证书的列表。
用法
<TrustedCertificates>
child elements
</TrustedCertificates>
Attributes
没有属性。
子元素
元素 | 说明 |
---|---|
指定受信任的证书。 |
父元素
元素 | 说明 |
---|---|
指定受信任的证书。 |
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 元素是可选的。