MBAE 더 이상 사용하지 않을 것에 대한 경고
Important
Windows 10 버전 1803부터 MBAE 앱 환경은 MO UWP 앱으로 대체됩니다. MO UWP 앱에 대한 자세한 내용은 UWP 모바일 광대역 앱을 참조 하세요.
TrustedCertificate 요소는 신뢰할 수 있는 인증서의 주체 이름 및 발급자 이름을 지정합니다.
Usage
<TrustedCertificate>
child elements
</TrustedCertificate>
Attributes
특성이 없습니다.
Child elements
| Element | Description |
|---|---|
신뢰할 수 있는 인증서의 주체 이름입니다. |
|
신뢰할 수 있는 인증서의 발급자 이름입니다. |
Parent elements
| Element | Description |
|---|---|
신뢰할 수 있는 인증서를 지정합니다. |
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 요소는 선택 사항입니다.