NetworkConfiguration

MBAE 棄用通知

Important

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

NetworkConfiguration 元素會指定要使用的購買和因特網行動寬頻配置檔。 The files that are referenced in this element should be included in the ServiceInformation directory. 這些檔案有助於讓使用者連線到營運商網路。 它也會指定是否應該允許標準使用者在其行動寬頻 SIM 上執行 PIN 解除鎖定作業。

Usage

<NetworkConfiguration>
  child elements
</NetworkConfiguration>

Attributes

沒有屬性。

Child elements

Element Description

MobileBroadbandProfiles

指定要使用的購買和網際網路行動寬頻設定檔。

AllowStandardUserPinUnlock

指定是否應該允許標準使用者在其行動寬頻 SIM 上執行 PIN 解除鎖定作業。

Parent elements

Element Description

MobileBroadbandInfo

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

XSD

<xs:element name="NetworkConfiguration" type="tns:NetworkConfigType" minOccurs="0" />

<xs:complexType name="NetworkConfigType">
  <xs:sequence>
    <xs:element name="MobileBroadbandProfiles" type="tns:MobileBroadbandProfilesType" minOccurs="0" />
    <xs:element name="AllowStandardUserPinUnlock" type="xs:boolean" minOccurs="0" />
    <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded" />
  </xs:sequence>
</xs:complexType>

Remarks

  • 若要設定方案購買 APN 或因特網連線 APN,行動網路營運商 (MNO) 應該指定對應至這些狀態的 XML 設定檔,作為此元素的一部分。

  • 此元素中的子元素是選擇性的。 如果未指定這些值,則會使用 Windows 隨附的 COSA 資料庫中的 APN 值來協助使用者連線。

  • 一般而言,只有系統管理員安全性群組中的使用者才能在其行動寬頻 SIM 上執行 PIN 解除鎖定作業。 However, setting the AllowStandardUserPinUnlock element to true allows the mobile operator to specify whether standard users are allowed to perform this function.