MobileBroadbandInfo XML 예제
MBAE 사용 중단 경고
중요
Windows 10 버전 1803부터 MBAE 앱 환경은 MO UWP 앱으로 대체됩니다. MO UWP 앱에 대한 자세한 내용은 UWP 모바일 광대역 앱을 참조하세요.
다음 XML 문서에서는 MobileBroadbandInfo XML 스키마 를 사용하여 서비스에 대한 모바일 광대역 특정 정보를 지정합니다.
<?xml version="1.0" encoding="UTF-8"?>
<MobileBroadbandInfo xmlns="http://schemas.microsoft.com/windows/2010/12/DeviceMetadata/MobileBroadbandInfo">
<NetworkConfiguration>
<MobileBroadbandProfiles>
<Purchase>PurchaseProfile.xml</Purchase>
<Internet>OperatingProfile.xml</Internet>
</MobileBroadbandProfiles>
<AllowStandardUserPinUnlock>true</AllowStandardUserPinUnlock>
</NetworkConfiguration>
<ProvisioningEngine>
<TrustedCertificates>
<TrustedCertificate>
<SubjectName>CN=Contoso, OU=Contosodev, O=Contoso, C=US</SubjectName>
<IssuerName>CN= Contoso SA Root CA, OU=Contosodev, O=Contoso, C=US</IssuerName>
</TrustedCertificate>
</TrustedCertificates>
</ProvisioningEngine>
</MobileBroadbandInfo>