TrustedCertificates
MBAE-Veraltetswarnung
Wichtig
Ab Windows 10 Version 1803 wird die MBAE-App-Oberfläche durch eine MO-UWP-App ersetzt. Weitere Informationen zu MO-UWP-Apps finden Sie unter Mobile Breitband-Apps für UWP.
Das TrustedCertificates-Element gibt eine Liste vertrauenswürdiger Zertifikate an.
Verwendungszweck
<TrustedCertificates>
child elements
</TrustedCertificates>
Attributes
Es gibt keine Attribute.
Untergeordnete Elemente
Element | BESCHREIBUNG |
---|---|
Gibt das vertrauenswürdige Zertifikat an. |
Übergeordnete Elemente
Element | BESCHREIBUNG |
---|---|
Gibt die vertrauenswürdigen Zertifikate an. |
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>
Bemerkungen
Das TrustedCertificates-Element ist optional.