TrustedCertificate (MobileBroadbandInfo)

MBAE の非推奨に関する警告

Important

Windows 10 バージョン 1803 以降では、MBAE アプリ エクスペリエンスは MO UWP アプリに置き換えられました。 MO UWP アプリの詳細については、「UWP モバイル ブロードバンド アプリの」を参照してください。

TrustedCertificate 要素は、信頼された証明書のサブジェクト名と発行者名を指定します。

Usage

<TrustedCertificate>
  child elements
</TrustedCertificate>

Attributes

属性はありません。

Child elements

Element Description

SubjectName

信頼された証明書のサブジェクト名。

IssuerName

信頼された証明書の発行者名。

Parent elements

Element Description

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>

Remarks

TrustedCertificate 要素は省略可能です。