ProvisioningEngine

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 ProvisioningEngine element specifies the trusted certificates. This allows operators to provision the PC with packages that are signed with a trusted certificate.

For more information about provisioning, see Account provisioning.

Usage

<ProvisioningEngine>
  child element
</ProvisioningEngine>

Attributes

There are no attributes.

Child elements

Element Description

TrustedCertificates

Specifies the trusted certificates.

Parent elements

Element Description

MobileBroadbandInfo

The MobileBroadbandInfo element is the parent element of the MobileBroadbandInfo XML schema.

XSD

<xs:element name="ProvisioningEngine" type="tns:ProvisioningEngineType" minOccurs="0" />

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

Remarks

  • Windows 8, Windows 8.1, and Windows 10 allow mobile network operators to provide packages to make updates to the user’s mobile broadband network settings called provisioning packages.

  • To ensure those provisioning packages come from the mobile network operator, Windows verifies that the Issuer Name and Subject Name from the certificate that is used to sign the provisioning package match what is described in the service metadata package.

The ProvisioningEngine element is optional.