다음을 통해 공유


MobileBroadbandInfo

MBAE 사용 중단 경고

중요

Windows 10 버전 1803부터 MBAE 앱 환경은 MO UWP 앱으로 대체됩니다. MO UWP 앱에 대한 자세한 내용은 UWP 모바일 광대역 앱을 참조하세요.

MobileBroadbandInfo 요소는 MobileBroadbandInfo XML 스키마의 부모 요소입니다.

사용

<MobileBroadbandInfo>
  child elements
</MobileBroadbandInfo>

Attributes

특성이 없습니다.

자식 요소

요소 Description

NetworkConfiguration

NetworkConfiguration 요소는 사용할 구매 및 인터넷 모바일 광대역 프로필을 지정합니다.

ProvisioningEngine

ProvisioningEngine 요소는 주체 이름 및 발급자 이름에 대해 신뢰할 수 있는 인증서 값을 지정합니다.

부모 요소

부모 요소가 없습니다.

Xsd

<xs:element name="MobileBroadbandInfo" type="tns:MobileBroadbandInfoType" />

<xs:complexType name="MobileBroadbandInfoType">
  <xs:sequence>
    <xs:element name="NetworkConfiguration" type="tns:NetworkConfigType" minOccurs="0" />
    <xs:element name="ProvisioningEngine" type="tns:ProvisioningEngineType" minOccurs="0" />
    <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded" />
  </xs:sequence>
</xs:complexType>

설명

MobileBroadbandInfo 요소가 필요합니다.