共用方式為


ProvisioningEngine

MBAE 棄用通知

Important

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

ProvisioningEngine 元素會指定受信任的憑證。 這可讓操作員使用受信任憑證簽署的套件來佈建電腦。

For more information about provisioning, see Account provisioning.

Usage

<ProvisioningEngine>
  child element
</ProvisioningEngine>

Attributes

沒有屬性。

Child elements

Element Description

TrustedCertificates

指定受信任的憑證。

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 和 Windows 10 允許行動網路作員提供套件,以更新使用者的行動寬頻網路設定,稱為布建套件。

  • 為了確保這些布建套件來自行動網路運營商,Windows 會確認用來簽署布建套件之憑證的簽發者名稱和主體名稱符合服務中繼資料套件中所述的內容。

ProvisioningEngine 元素是選擇性的。