TrustedCertificates

MBAE の非推奨に関する警告

Important

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

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

Usage

<TrustedCertificates>
  child elements
</TrustedCertificates>

Attributes

属性はありません。

Child elements

Element Description

TrustedCertificate

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

Parent elements

Element Description

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>

Remarks

TrustedCertificates 要素は省略可能です。