TrustedCertificates
Avviso di deprecazione di MBAE
Importante
A partire da Windows 10 versione 1803, l'esperienza dell'app MBAE viene sostituita da un'app UWP mo. Per altre informazioni sulle app UWP MO, vedi App UWP per dispositivi mobili a banda larga.
L'elemento TrustedCertificates specifica un elenco di certificati attendibili.
Utilizzo
<TrustedCertificates>
child elements
</TrustedCertificates>
Attributi
Non ci sono attributi.
Elementi figlio
Elemento | Descrizione |
---|---|
Specifica il certificato attendibile. |
Elementi padre
Elemento | Descrizione |
---|---|
Specifica i certificati attendibili. |
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>
Osservazioni
L'elemento TrustedCertificates è facoltativo.