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. これらのファイルは、オペレーター ネットワークにユーザーを接続するのに役立ちます。 また、標準ユーザーがモバイル ブロードバンド SID で PIN ロック解除操作を実行できるようにするかどうかを指定します。
Usage
<NetworkConfiguration>
child elements
</NetworkConfiguration>
Attributes
属性はありません。
Child elements
| Element | Description |
|---|---|
使用する購入およびインターネット モバイル ブロードバンド プロファイルを指定します。 |
|
標準ユーザーがモバイル ブロードバンド SID で PIN ロック解除操作を実行できるようにするかどうかを指定します。 |
Parent elements
| Element | Description |
|---|---|
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 値を使用して、ユーザーが接続できるようになります。
通常、管理者セキュリティ グループ内のユーザーのみが、モバイル ブロードバンド SID に対して PIN ロック解除操作を実行できます。 However, setting the AllowStandardUserPinUnlock element to true allows the mobile operator to specify whether standard users are allowed to perform this function.