TrustedCertificate (MobileBroadbandInfo)

MBAE deprecation warning

Important

Starting in Windows 10, version 1803, the MBAE app experience is replaced by an MO UWP app. For more information about MO UWP apps, see UWP mobile broadband apps.

The TrustedCertificate element specifies the Subject Name and Issuer name of a trusted certificate.

Usage

<TrustedCertificate>
  child elements
</TrustedCertificate>

Attributes

There are no attributes.

Child elements

Element Description

SubjectName

The Subject Name of the trusted certificate.

IssuerName

The Issuer Name of the trusted certificate.

Parent elements

Element Description

TrustedCertificates

Specifies the trusted certificates.

XSD

<xs:element name="TrustedCertificate" type="tns:TrustedCertificateType" minOccurs="0" maxOccurs="256" />

<xs:complexType name="TrustedCertificateType">
  <xs:sequence>
    <xs:element name="SubjectName" type="xs:string" />
    <xs:element name="IssuerName" type="xs:string" />
    <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded" />
  </xs:sequence>
</xs:complexType>

Remarks

The TrustedCertificate element is optional.