证书 (Windows 10)
用于包并放置在系统证书存储中的证书。
元素层次结构
<证书>
语法
<Certificate
StoreName = 'A string with a value between 1 and 50 characters in length that cannot contain these characters: <, >, :, ", /, \, |, ?, or *.'
Content = 'A string with a value between 1 and 256 characters in length that cannot contain these characters: <, >, :, ", |, ?, or *.' />
特性和元素
属性
属性 | 说明 | 数据类型 | 必须 | 默认值 |
---|---|---|---|---|
内容 | 要放置在存储中的证书内容的路径。 | 长度介于 1 到 256 个字符之间的字符串,不能包含以下字符:< 、、" & : > 、/ \ 、| 、或。 ? * |
是 | |
StoreName | 应在其中放置证书的存储名称。 | 长度介于 1 到 50 个字符之间的字符串,不能包含以下字符:< 、、> 、、: " 、/ \ 、| 或? * 。 |
是 |
子元素
无。
父元素
父元素 | 说明 |
---|---|
证书 | 声明 windows.certificates 类型的包扩展点。 应用需要指定证书存储中的一个或多个证书。 |
要求
值 | |
---|---|
Namespace | http://schemas.microsoft.com/appx/manifest/foundation/windows10 |