共用方式為


TrustedCertificate (MobileBroadbandInfo)

MBAE 取代警告

重要

從 Windows 10 1803 版開始,MBAE 應用程式體驗會由 MO UWP 應用程式取代。 如需 MO UWP 應用程式的詳細資訊,請參閱 UWP 行動寬頻應用程式

TrustedCertificate 元素會指定受信任憑證的主體名稱和簽發者名稱。

使用

<TrustedCertificate>
  child elements
</TrustedCertificate>

屬性

沒有屬性。

子項目

元素 描述

SubjectName

受信任憑證的主體名稱。

IssuerName

受信任憑證的簽發者名稱。

父元素

元素 描述

TrustedCertificates

指定受信任的憑證。

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>

言論

TrustedCertificate 元素是選擇性的。