Condividi tramite


TrustedCertificate (MobileBroadbandInfo)

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 TrustedCertificate specifica il nome soggetto e il nome dell'autorità di certificazione di un certificato attendibile.

Utilizzo

<TrustedCertificate>
  child elements
</TrustedCertificate>

Attributi

Non ci sono attributi.

Elementi figlio

Elemento Descrizione

SubjectName

Nome soggetto del certificato attendibile.

Issuername

Nome autorità di certificazione del certificato attendibile.

Elementi padre

Elemento Descrizione

TrustedCertificates

Specifica i certificati attendibili.

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>

Osservazioni

L'elemento TrustedCertificate è facoltativo.