TrustedCertificate (MobileBroadbandInfo)
MBAE 弃用警告
重要
从 Windows 10 版本 1803 开始,MBAE 应用体验将替换为 MO UWP 应用。 有关 MO UWP 应用的详细信息,请参阅 UWP 移动宽带应用。
TrustedCertificate 元素指定受信任证书的使用者名称和颁发者名称。
用法
<TrustedCertificate>
child elements
</TrustedCertificate>
Attributes
没有属性。
子元素
元素 | 说明 |
---|---|
受信任证书的使用者名称。 |
|
受信任证书的颁发者名称。 |
父元素
元素 | 说明 |
---|---|
指定受信任的证书。 |
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>
备注
TrustedCertificate 元素是可选的。