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 |
|---|---|
사용할 구매 및 인터넷 모바일 광대역 프로필을 지정합니다. |
|
표준 사용자가 모바일 광대역 SIM에서 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 값을 사용하여 사용자가 연결할 수 있습니다.
일반적으로 관리자 보안 그룹의 사용자만 모바일 광대역 SIM에서 PIN 잠금 해제 작업을 수행할 수 있습니다. However, setting the AllowStandardUserPinUnlock element to true allows the mobile operator to specify whether standard users are allowed to perform this function.