次の方法で共有


TrustedCertificates

MBAE 非推奨に関する警告

重要

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

TrustedCertificates 要素は、信頼できる証明書の一覧を指定します。

使用率

<TrustedCertificates>
  child elements
</TrustedCertificates>

属性

属性はありません。

子要素

要素 説明

TrustedCertificate

信頼された証明書を指定します。

親要素

要素 説明

ProvisioningEngine

信頼された証明書を指定します。

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>

解説

TrustedCertificates 要素は省略可能です。