다음을 통해 공유


TrustedCertificates

MBAE 사용 중단 경고

중요

Windows 10 버전 1803부터 MBAE 앱 환경은 MO UWP 앱으로 대체됩니다. MO UWP 앱에 대한 자세한 내용은 UWP 모바일 광대역 앱을 참조하세요.

TrustedCertificates 요소는 신뢰할 수 있는 인증서 목록을 지정합니다.

사용

<TrustedCertificates>
  child elements
</TrustedCertificates>

Attributes

특성이 없습니다.

자식 요소

요소 Description

TrustedCertificate

신뢰할 수 있는 인증서를 지정합니다.

부모 요소

요소 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>

설명

TrustedCertificates 요소는 선택 사항입니다.