Exemple XML MobileBroadbandInfo
Avertissement de dépréciation MBAE
Important
À compter de Windows 10, version 1803, l’expérience d’application MBAE est remplacée par une application UWP MO. Pour plus d’informations sur les applications UWP MO, consultez Applications haut débit mobiles UWP.
Le document XML suivant utilise le schéma XML MobileBroadbandInfo pour spécifier les informations spécifiques au haut débit mobile pour le service :
<?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>