ProvisioningEngine

MBAE 弃用警告

重要

从 Windows 10 版本 1803 开始,MBAE 应用体验将替换为 MO UWP 应用。 有关 MO UWP 应用的详细信息,请参阅 UWP 移动宽带应用

ProvisioningEngine 元素指定受信任的证书。 这样,操作员就可以使用使用受信任证书签名的包来预配电脑。

有关预配的详细信息,请参阅 帐户预配

用法

<ProvisioningEngine>
  child element
</ProvisioningEngine>

Attributes

没有属性。

子元素

元素 说明

TrustedCertificates

指定受信任的证书。

父元素

元素 说明

MobileBroadbandInfo

MobileBroadbandInfo 元素是 MobileBroadbandInfo XML 架构的父元素。

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>

备注

  • Windows 8、Windows 8.1和Windows 10允许移动网络运营商提供包,以更新用户的移动宽带网络设置(称为预配包)。

  • 为了确保这些预配包来自移动网络运营商,Windows 会验证用于对预配包进行签名的证书中的颁发者名称和使用者名称是否与服务元数据包中所述的内容匹配。

ProvisioningEngine 元素是可选的。