Compartilhar via


TrustedCertificates

Aviso de substituição do MBAE

Importante

A partir do Windows 10, versão 1803, a experiência do aplicativo MBAE é substituída por um aplicativo MO UWP. Para obter mais informações sobre aplicativos UWP mo, consulte Aplicativos de banda larga móvel UWP.

O elemento TrustedCertificates especifica uma lista de certificados confiáveis.

Uso

<TrustedCertificates>
  child elements
</TrustedCertificates>

Attributes

Não há atributos.

Elementos filho

Elemento Descrição

TrustedCertificate

Especifica o certificado confiável.

Elementos pai

Elemento Descrição

ProvisioningEngine

Especifica os certificados confiáveis.

XSD

<xs:element name="TrustedCertificates" type="tns:TrustedCertificateListType" minOccurs="0" />

<xs:complexType name="TrustedCertificateListType">
  <xs:sequence>
    <xs:element name="TrustedCertificate" type="tns:TrustedCertificateType" minOccurs="0" maxOccurs="256" />
    <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded" />
  </xs:sequence>
</xs:complexType>

Observações

O elemento TrustedCertificates é opcional.