TrustedCertificates

MBAE deprecation warning

Important

Starting in Windows 10, version 1803, the MBAE app experience is replaced by an MO UWP app. For more information about MO UWP apps, see UWP mobile broadband apps.

The TrustedCertificates element specifies a list of trusted certificates.

Usage

<TrustedCertificates>
  child elements
</TrustedCertificates>

Attributes

There are no attributes.

Child elements

Element Description

TrustedCertificate

Specifies the trusted certificate.

Parent elements

Element Description

ProvisioningEngine

Specifies the trusted certificates.

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>

Remarks

The TrustedCertificates element is optional.